Skip to content

Commit

Permalink
mxq_job: expand struct to hold cpuset assigned to job
Browse files Browse the repository at this point in the history
  • Loading branch information
donald authored and mariux committed Oct 16, 2015
1 parent 64488ba commit 06021ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mxq_job.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include <sys/time.h>
#include <sys/resource.h>

#include <sched.h>

#include "mxq_group.h"

struct mxq_job {
Expand Down Expand Up @@ -42,6 +44,7 @@ struct mxq_job {

uint32_t host_pid;
uint32_t host_slots;
cpu_set_t host_cpu_set;

int64_t date_submit;
int64_t date_start;
Expand Down

0 comments on commit 06021ab

Please sign in to comment.