From 05c135676c2e6de131da68fa81c0800c3afddfbe Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Fri, 6 Dec 2002 00:33:35 +0000
Subject: [PATCH] *** empty log message ***

---
 src/api/slurm.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/api/slurm.h b/src/api/slurm.h
index 67f4fcdc54a..09f73c5602a 100644
--- a/src/api/slurm.h
+++ b/src/api/slurm.h
@@ -293,9 +293,10 @@ typedef struct resource_allocation_and_run_response_msg {
 	int16_t num_cpu_groups;	/* elements in below cpu arrays */
 	int32_t *cpus_per_node;	/* cpus per node */
 	int32_t *cpu_count_reps;/* how many nodes have same cpu count */
-	uint32_t job_step_id;	/* assigned step id */
 	uint16_t node_cnt;	/* count of nodes */
 	slurm_addr *node_addr;	/* network addresses */
+
+	uint32_t job_step_id;	/* assigned step id */
 	slurm_job_credential_t *credentials;
 #ifdef HAVE_LIBELAN3
 	qsw_jobinfo_t qsw_job;	/* Elan3 switch context, opaque data structure */
-- 
GitLab