Skip to content
Snippets Groups Projects
Commit fd9faa8d authored by tewk's avatar tewk
Browse files

Added correct rpc parameter

parent 43c27d8c
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,8 @@ int slurm_update_partition ( partition_desc_msg_t * desc_msg )
return_code_msg_t * rc_msg ;
/* send request message */
request_msg . data = NULL ;
request_msg . msg_type = REQUEST_UPDATE_PARTITION ;
request_msg . data = desc_msg ;
if ( ( rc = slurm_send_recv_controller_msg ( & request_msg , & response_msg ) ) == SLURM_SOCKET_ERROR )
return SLURM_SOCKET_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