aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client_sync.cc
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-07-13 19:25:59 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-07-13 19:25:59 -0700
commit5fde20d9f0ce64f5caade6f485c3715af3ff23b8 (patch)
treed2ef21087c464f2f35c7e87204daf306308562d8 /test/cpp/qps/client_sync.cc
parent40317fd7202ab96f8fb3c1f39258fff1ede3480e (diff)
clang-format
Diffstat (limited to 'test/cpp/qps/client_sync.cc')
-rw-r--r--test/cpp/qps/client_sync.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/client_sync.cc b/test/cpp/qps/client_sync.cc
index cc2c5ca540..25c7823553 100644
--- a/test/cpp/qps/client_sync.cc
+++ b/test/cpp/qps/client_sync.cc
@@ -87,6 +87,7 @@ class SynchronousClient
size_t num_threads_;
std::vector<SimpleResponse> responses_;
+
private:
void DestroyMultithreading() GRPC_OVERRIDE GRPC_FINAL { EndThreads(); }
};