diff --git a/src/slurmctld/slurmctld.h b/src/slurmctld/slurmctld.h index e76c50642e7164b39b83f98a0c8ac658443dece4..64d9ebbdfd4939d1faf4f027f8adec7246ea9cb5 100644 --- a/src/slurmctld/slurmctld.h +++ b/src/slurmctld/slurmctld.h @@ -437,7 +437,7 @@ struct step_record { uint16_t batch_step; /* 1 if batch job step, 0 otherwise */ uint16_t ckpt_interval; /* checkpoint interval in minutes */ char *ckpt_path; /* path to store checkpoint image files */ - uint16_t exclusive; /* FIXME */ + uint16_t exclusive; /* dedicated resources for the step */ time_t ckpt_time; /* time of last checkpoint */ switch_jobinfo_t switch_job; /* switch context, opaque */ check_jobinfo_t check_job; /* checkpoint context, opaque */