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

Update RPC protocol version. There is a new "show_all" argument to several

get info RPCs and old codes need to be updated.
parent e75fdb3f
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#define SLURM_PROTOCOL_MAX_MESSAGE_BUFFER_SIZE (512*1024) #define SLURM_PROTOCOL_MAX_MESSAGE_BUFFER_SIZE (512*1024)
/* slurm protocol header defines */ /* slurm protocol header defines */
#define SLURM_PROTOCOL_VERSION 2 #define SLURM_PROTOCOL_VERSION 3
/* used to set flags to empty */ /* used to set flags to empty */
#define SLURM_PROTOCOL_NO_FLAGS 0 #define SLURM_PROTOCOL_NO_FLAGS 0
......
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