diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.h b/xlators/mgmt/glusterd/src/glusterd-op-sm.h index 0ca1b5bb1dc..80553070bb6 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.h +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.h @@ -163,8 +163,8 @@ typedef struct glusterd_txn_opinfo_object_ { } glusterd_txn_opinfo_obj; typedef enum cli_cmd_type_ { - PER_REPLICA, - ALL_REPLICA, + PER_HEAL_XL, + ALL_HEAL_XL, } cli_cmd_type; int |