diff --git a/client/work_fetch.h b/client/work_fetch.h index f646959eae..8510aa2c28 100644 --- a/client/work_fetch.h +++ b/client/work_fetch.h @@ -264,7 +264,7 @@ struct PROJECT_WORK_FETCH { // temporary copy used during schedule_cpus() and work fetch double rec_temp_save; // temporary used during RR simulation - bool cant_fetch_work_reason; + int cant_fetch_work_reason; bool compute_cant_fetch_work_reason(PROJECT*); bool has_runnable_jobs; PROJECT_WORK_FETCH() {