Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
fix(hotkey): add replication_enums of detect_action::QUERY (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smityz authored Dec 31, 2020
1 parent 0ffd3ed commit 00bb368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/dsn/dist/replication/replication_enums.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ ENUM_END2(replication::hotkey_type::type, hotkey_type)
ENUM_BEGIN2(replication::detect_action::type, detect_action, replication::detect_action::START)
ENUM_REG(replication::detect_action::START)
ENUM_REG(replication::detect_action::STOP)
ENUM_REG(replication::detect_action::QUERY)
ENUM_END2(replication::detect_action::type, detect_action)

ENUM_BEGIN2(replication::split_status::type, split_status, replication::split_status::NOT_SPLIT)
Expand All @@ -116,4 +117,4 @@ ENUM_REG(replication::disk_migration_status::MOVING)
ENUM_REG(replication::disk_migration_status::MOVED)
ENUM_REG(replication::disk_migration_status::CLOSED)
ENUM_END2(replication::disk_migration_status::type, disk_migration_status)
}
} // namespace dsn

0 comments on commit 00bb368

Please sign in to comment.