diff options
Diffstat (limited to 'rpc/rpc-lib')
-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 1fd063aec25..f560c103acd 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -231,6 +231,8 @@ typedef enum { GF_AFR_OP_STATISTICS, GF_AFR_OP_STATISTICS_HEAL_COUNT, GF_AFR_OP_STATISTICS_HEAL_COUNT_PER_REPLICA, + GF_AFR_OP_SBRAIN_HEAL_FROM_BIGGER_FILE, + GF_AFR_OP_SBRAIN_HEAL_FROM_BRICK, } gf_xl_afr_op_t ; struct gf_gsync_detailed_status_ { |