messaging_service: Move REPAIR_CHECKSUM_RANGE verb out of the streaming verbs group
Message-Id: <1452620321-17223-1-git-send-email-tgrabiec@scylladb.com>
This commit is contained in:
committed by
Pekka Enberg
parent
8de95cdee8
commit
e88f41fb3f
@@ -88,8 +88,8 @@ enum class messaging_verb : int32_t {
|
||||
STREAM_MUTATION = 17,
|
||||
STREAM_MUTATION_DONE = 18,
|
||||
COMPLETE_MESSAGE = 19,
|
||||
REPAIR_CHECKSUM_RANGE = 20,
|
||||
// end of streaming verbs
|
||||
REPAIR_CHECKSUM_RANGE = 20,
|
||||
GET_SCHEMA_VERSION = 21,
|
||||
LAST = 22,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user