diff options
Diffstat (limited to 'rpc/rpc-lib/src/protocol-common.h')
| -rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index 38528bd5f97..97017e5fe3c 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -211,6 +211,8 @@ typedef enum {          GF_BD_OP_INVALID,          GF_BD_OP_NEW_BD,          GF_BD_OP_DELETE_BD, +        GF_BD_OP_CLONE_BD, +        GF_BD_OP_SNAPSHOT_BD,  } gf_xl_bd_op_t ;  #define GLUSTER_HNDSK_PROGRAM    14398633 /* Completely random */  | 
