diff options
Diffstat (limited to 'rpc/rpc-lib/src')
| -rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index c2540fa8d..b35cdf911 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -64,6 +64,7 @@ enum gf_fop_procnum {          GFS3_OP_READDIRP,          GFS3_OP_RELEASE,          GFS3_OP_RELEASEDIR, +        GFS3_OP_FREMOVEXATTR,          GFS3_OP_MAXVALUE,  } ; @@ -193,7 +194,7 @@ enum glusterd_brick_procnum {  #define GLUSTER_CBK_VERSION      1   /* 0.0.1 */  #define GLUSTER3_1_FOP_PROGRAM   1298437 /* Completely random */ -#define GLUSTER3_1_FOP_VERSION   310 /* 3.1.0 */ +#define GLUSTER3_1_FOP_VERSION   330 /* 3.3.0 */  #define GLUSTER3_1_FOP_PROCCNT   GFS3_OP_MAXVALUE  /* Second version */  | 
