Skip to content

Commit

Permalink
repair: Add repair_row_on_wire_with_cmd
Browse files Browse the repository at this point in the history
It is used to contain both a repair cmd and repair_row_on_wire object.
  • Loading branch information
asias committed Jun 26, 2019
1 parent 9f36d77 commit 6054a56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions repair/repair.hh
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,12 @@ struct repair_hash_with_cmd {
repair_stream_cmd cmd;
repair_hash hash;
};

struct repair_row_on_wire_with_cmd {
repair_stream_cmd cmd;
repair_row_on_wire row;
};

enum class row_level_diff_detect_algorithm : uint8_t {
send_full_set,
};
Expand Down

0 comments on commit 6054a56

Please sign in to comment.