From 1714d4adc3924b40fa09a5eb08720d3dbf44eec7 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 23 May 2006 16:43:50 +0000
Subject: [PATCH] Fix bug in packing job suspend/resume RPC.

---
 NEWS              | 8 ++++++--
 src/api/suspend.c | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index b1228a976c0..ba262ce1c7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,12 @@
 This file describes changes in recent versions of SLURM. It primarily
 documents those changes that are of interest to users and admins. 
 
-* Changes in SLURM 1.1.0-pre9
-=============================
+* Changes in SLURM 1.1.1
+========================
+ -- Fix bug in packing job suspend/resume RPC.
+
+* Changes in SLURM 1.1.0
+========================
  -- Fix bug that could temporarily make nodes DOWN when they are really 
     responding. 
  -- Fix bug preventing backup slurmctld from responding to PING RPCs.
diff --git a/src/api/suspend.c b/src/api/suspend.c
index aa8009584f7..a2fcff64040 100644
--- a/src/api/suspend.c
+++ b/src/api/suspend.c
@@ -43,7 +43,7 @@ static int _suspend_op (uint16_t op, uint32_t job_id);
 static int _suspend_op (uint16_t op, uint32_t job_id)
 {
 	int rc;
-	checkpoint_msg_t sus_req;
+	suspend_msg_t sus_req;
 	slurm_msg_t req_msg;
 
 	sus_req.op       = op;
-- 
GitLab