diff options
Diffstat (limited to 'rpc')
| -rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index e4a783a7f..38528bd5f 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -154,6 +154,7 @@ enum gluster_cli_procnum {          GLUSTER_CLI_LIST_VOLUME,          GLUSTER_CLI_CLRLOCKS_VOLUME,          GLUSTER_CLI_UUID_RESET, +        GLUSTER_CLI_BD_OP,          GLUSTER_CLI_MAXVALUE,  }; @@ -185,6 +186,7 @@ enum glusterd_brick_procnum {          GLUSTERD_BRICK_XLATOR_DEFRAG,          GLUSTERD_NODE_PROFILE,          GLUSTERD_NODE_STATUS, +        GLUSTERD_BRICK_BD_OP,          GLUSTERD_BRICK_MAXVALUE,  }; @@ -205,6 +207,12 @@ typedef enum {          GF_AFR_OP_SPLIT_BRAIN_FILES  } gf_xl_afr_op_t ; +typedef enum { +        GF_BD_OP_INVALID, +        GF_BD_OP_NEW_BD, +        GF_BD_OP_DELETE_BD, +} gf_xl_bd_op_t ; +  #define GLUSTER_HNDSK_PROGRAM    14398633 /* Completely random */  #define GLUSTER_HNDSK_VERSION    2   /* 0.0.2 */  | 
