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