aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client_async.cc
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-11-06 13:13:20 -0800
committerGravatar murgatroid99 <mlumish@google.com>2017-11-06 13:13:20 -0800
commit6fb23dbc3d1b3ce4b366c4300a6e78afa3bcd566 (patch)
treeef9273a36b371d6646056c0d9f25a72474aaae56 /test/cpp/qps/client_async.cc
parentd02751aed1265e0d14c1058bc3dd15b6179f5dc7 (diff)
parent0f2cfdcc0f57d21fe2823268263ef5bdc4b6704c (diff)
Merge branch 'master' into remove_node
Diffstat (limited to 'test/cpp/qps/client_async.cc')
-rw-r--r--test/cpp/qps/client_async.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/client_async.cc b/test/cpp/qps/client_async.cc
index a541f94fa5..f7cdfc2bd7 100644
--- a/test/cpp/qps/client_async.cc
+++ b/test/cpp/qps/client_async.cc
@@ -149,9 +149,9 @@ class AsyncClient : public ClientImpl<StubType, RequestType> {
// Specify which protected members we are using since there is no
// member name resolution until the template types are fully resolved
public:
+ using Client::NextIssuer;
using Client::SetupLoadTest;
using Client::closed_loop_;
- using Client::NextIssuer;
using ClientImpl<StubType, RequestType>::cores_;
using ClientImpl<StubType, RequestType>::channels_;
using ClientImpl<StubType, RequestType>::request_;