Skip to content

Commit

Permalink
mxqdump: Add group_flags to group view
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Aug 27, 2015
1 parent 6c657b7 commit b374d1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mxqdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ static int print_group(struct mxq_group *g)
" uid=%u"
" group_id=%lu"
" pri=%d"
" flags=%lu"
" jobs_total=%lu"
" run_jobs=%lu"
" run_slots=%lu"
Expand All @@ -137,6 +138,7 @@ static int print_group(struct mxq_group *g)
g->user_uid,
g->group_id,
g->group_priority,
g->group_flags,
g->group_jobs,
g->group_jobs_running,
g->group_slots_running,
Expand Down

0 comments on commit b374d1c

Please sign in to comment.