From 06021ab6665980d3fada9dbb4ba65813722ff03e Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Wed, 14 Oct 2015 14:25:05 +0200 Subject: [PATCH] mxq_job: expand struct to hold cpuset assigned to job --- mxq_job.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mxq_job.h b/mxq_job.h index 9e7ba35..42b2d81 100644 --- a/mxq_job.h +++ b/mxq_job.h @@ -7,6 +7,8 @@ #include #include +#include + #include "mxq_group.h" struct mxq_job { @@ -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;