From 2066443b7c5815b4cc2b2ca7a41f78f5d2bfc0c2 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Tue, 2 Feb 2016 11:48:12 -0800 Subject: Function name changed on merge.... --- test/cpp/qps/driver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cpp/qps') diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc index a08aad0e68..80f6ada409 100644 --- a/test/cpp/qps/driver.cc +++ b/test/cpp/qps/driver.cc @@ -387,7 +387,7 @@ std::unique_ptr RunScenario( void RunQuit() { // Get client, server lists - auto workers = get_hosts("QPS_WORKERS"); + auto workers = get_workers("QPS_WORKERS"); for (size_t i = 0; i < workers.size(); i++) { auto stub = WorkerService::NewStub( CreateChannel(workers[i], InsecureChannelCredentials())); -- cgit v1.2.3