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;