diff options
author | shishir gowda <sgowda@redhat.com> | 2013-10-22 16:57:00 +0530 |
---|---|---|
committer | shishir gowda <sgowda@redhat.com> | 2013-10-23 19:19:45 +0530 |
commit | c535e3aadbb2e9e4d8387b03a72b7fae7f2bebd5 (patch) | |
tree | 18de07cba9ad630a21e9ae0fea8e6380e45ac11b /rpc/rpc-lib/src | |
parent | 846cdf3dfa81bca5160c3b566fdf1ad62d14115b (diff) |
mgmt/snapshot: brick op for starting/stopping barrier
Change-Id: Iafbd0ec95de0c41455fb79953fb4bb07721334a5
Signed-off-by: shishir gowda <sgowda@redhat.com>
Diffstat (limited to 'rpc/rpc-lib/src')
-rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index 1c020ae92..133a0b9d4 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -195,6 +195,7 @@ enum glusterd_brick_procnum { GLUSTERD_NODE_PROFILE, GLUSTERD_NODE_STATUS, GLUSTERD_BRICK_BD_OP, + GLUSTERD_VOLUME_BARRIER_OP, GLUSTERD_BRICK_MAXVALUE, }; |