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

Update slurm_receive_msg() for new argument.

parent b66fa1cb
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ static int _send_launch_msg(batch_job_launch_msg_t *launch_msg_ptr) ...@@ -89,7 +89,7 @@ static int _send_launch_msg(batch_job_launch_msg_t *launch_msg_ptr)
} }
/* receive message */ /* receive message */
if ((msg_size = slurm_receive_msg(sockfd, &response_msg)) if ((msg_size = slurm_receive_msg(sockfd, &response_msg, 0))
== SLURM_SOCKET_ERROR) { == SLURM_SOCKET_ERROR) {
slurm_perror("slurm_receive_msg"); slurm_perror("slurm_receive_msg");
return SLURM_ERROR; return SLURM_ERROR;
......
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