Skip to content

Commit

Permalink
mxq_group: Add new flags to tag dependencies between groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Aug 27, 2015
1 parent 454d4e1 commit 1d79c0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mxq_group.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ struct mxq_group {

#define MXQ_GROUP_FLAG_CLOSED (1<<0)

#define MXQ_GROUP_FLAG_HAS_DEPENDENCY (1<<1)
#define MXQ_GROUP_FLAG_IS_DEPENDENCY (1<<2)

void mxq_group_free_content(struct mxq_group *g);

inline uint64_t mxq_group_jobs_done(struct mxq_group *g);
Expand Down

0 comments on commit 1d79c0c

Please sign in to comment.