Skip to content

Commit

Permalink
mxqdump: show prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Apr 19, 2020
1 parent eee840e commit 2156f7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mxqdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ static int print_group(struct mxq_group *g)
" group_name=%s"
" blacklist='%s'"
" whitelist='%s'"
" prerequisites='%s'"
"\n",
g->user_name,
g->user_uid,
Expand Down Expand Up @@ -167,7 +168,8 @@ static int print_group(struct mxq_group *g)
g->job_command,
g->group_name,
g->group_blacklist,
g->group_whitelist);
g->group_whitelist,
g->prerequisites);
}

static int print_job(struct mxq_group *g, struct mxq_job *j)
Expand Down

0 comments on commit 2156f7c

Please sign in to comment.