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:
Tomasz Grabiec
2016-01-12 18:38:41 +01:00
committed by Pekka Enberg
parent 8de95cdee8
commit e88f41fb3f

View File

@@ -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,
};