diff options
Diffstat (limited to 'rpc/rpc-lib/src')
| -rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index 0de868a972d..4df5a554fec 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -134,6 +134,11 @@ enum gf_pmap_procnum {          GF_PMAP_MAXVALUE,  }; +enum gf_probe_resp { +	GF_PROBE_SUCCESS, +	GF_PROBE_LOCALHOST, +	GF_PROBE_FRIEND, +};  #define GLUSTER3_1_FOP_PROGRAM   1298437 /* Completely random */  #define GLUSTER3_1_FOP_VERSION   310 /* 3.1.0 */  | 
