diff options
Diffstat (limited to 'rpc')
-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 4058295af0b..2da9e57bf8b 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -246,6 +246,7 @@ typedef enum { GF_SHD_OP_SBRAIN_HEAL_FROM_BRICK, GF_SHD_OP_HEAL_ENABLE, GF_SHD_OP_HEAL_DISABLE, + GF_SHD_OP_SBRAIN_HEAL_FROM_LATEST_MTIME, } gf_xl_afr_op_t ; struct gf_gsync_detailed_status_ { |