From 00e36f8a069b0c4c8e77d2209fd0885066b5cd27 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Mon, 17 Dec 2007 20:09:47 +0000
Subject: [PATCH] add a comment, no change in logic

---
 src/slurmctld/slurmctld.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/slurmctld/slurmctld.h b/src/slurmctld/slurmctld.h
index e76c50642e7..64d9ebbdfd4 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 */
-- 
GitLab