Skip to content

Commit

Permalink
mxq_group: Add group_jobs_inq field to mxq_group struct
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Jun 3, 2015
1 parent e10e659 commit 7cd7a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxq_group.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ struct mxq_group {
uint32_t job_time;

uint64_t group_jobs;
uint64_t group_jobs_inq;
uint64_t group_jobs_running;
uint64_t group_jobs_finished;
uint64_t group_jobs_failed;
Expand Down

0 comments on commit 7cd7a1e

Please sign in to comment.