mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
storage_proxy: separate methods from members with access specifier
This commit is contained in:
@@ -119,6 +119,7 @@ protected:
|
||||
std::vector<gms::inet_address> _dead_endpoints;
|
||||
size_t _cl_acks = 0;
|
||||
bool _cl_achieved = false;
|
||||
protected:
|
||||
size_t total_block_for() {
|
||||
// original comment from cassandra:
|
||||
// during bootstrap, include pending endpoints in the count
|
||||
|
||||
Reference in New Issue
Block a user