From afa61cb87c145ae00e19efe07d3a8060a2cfbf83 Mon Sep 17 00:00:00 2001 From: Gleb Natapov Date: Mon, 2 Nov 2015 10:28:41 +0200 Subject: [PATCH] storage_proxy: separate methods from members with access specifier --- service/storage_proxy.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/service/storage_proxy.cc b/service/storage_proxy.cc index 90fdaeebe6..68d9aaf5e6 100644 --- a/service/storage_proxy.cc +++ b/service/storage_proxy.cc @@ -119,6 +119,7 @@ protected: std::vector _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