Skip to content
Snippets Groups Projects
Commit ac317252 authored by Moe Jette's avatar Moe Jette
Browse files

Add checkpoint timeout value to RPC call (was left zero).

parent a1f04552
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,7 @@ static int _checkpoint_op (uint16_t op, uint16_t data, ...@@ -54,6 +54,7 @@ static int _checkpoint_op (uint16_t op, uint16_t data,
slurm_msg_t req_msg; slurm_msg_t req_msg;
ckp_req.op = op; ckp_req.op = op;
ckp_req.data = data;
ckp_req.job_id = job_id; ckp_req.job_id = job_id;
ckp_req.step_id = step_id; ckp_req.step_id = step_id;
req_msg.msg_type = REQUEST_CHECKPOINT; req_msg.msg_type = REQUEST_CHECKPOINT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment