From 84fa93e93678a13a0ba5605d92b0438996b472bc Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Fri, 15 Nov 2002 23:49:22 +0000 Subject: [PATCH] No logic changed, just clean-up --- src/common/slurm_protocol_common.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/common/slurm_protocol_common.h b/src/common/slurm_protocol_common.h index 2de7448eb06..329be70e143 100644 --- a/src/common/slurm_protocol_common.h +++ b/src/common/slurm_protocol_common.h @@ -7,16 +7,22 @@ /* for sendto and recvfrom commands */ #define SLURM_PROTOCOL_NO_SEND_RECV_FLAGS 0 + /* for accpet commands */ #define SLURM_PROTOCOL_DEFAULT_LISTEN_BACKLOG 128 + /* used in interface methods */ #define SLURM_PROTOCOL_FUNCTION_NOT_IMPLEMENTED -2 + /* max slurm message send and receive buffer size -this may need to be increased to 350k-512k */ + * this may need to be increased to 350k-512k */ #define SLURM_PROTOCOL_MAX_MESSAGE_BUFFER_SIZE (512*1024) + /* slurm protocol header defines */ #define SLURM_PROTOCOL_VERSION 1 -#define SLURM_PROTOCOL_NO_FLAGS 0 /* used in the header to set flags to empty */ + +/* used to set flags to empty */ +#define SLURM_PROTOCOL_NO_FLAGS 0 #if MONGO_IMPLEMENTATION # include <src/common/slurm_protocol_mongo_common.h> -- GitLab