mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 05:26:58 +00:00
repair: Add repair_hash_with_cmd
It is a wrapper contains both a repair cmd and repair_hash object.
This commit is contained in:
@@ -315,6 +315,11 @@ enum class repair_stream_cmd : uint8_t {
|
||||
get_full_row_hashes,
|
||||
put_rows_done,
|
||||
};
|
||||
|
||||
struct repair_hash_with_cmd {
|
||||
repair_stream_cmd cmd;
|
||||
repair_hash hash;
|
||||
};
|
||||
enum class row_level_diff_detect_algorithm : uint8_t {
|
||||
send_full_set,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user