commit | 2066443b7c5815b4cc2b2ca7a41f78f5d2bfc0c2 | [log] [tgz] |
---|---|---|
author | Vijay Pai <vpai@google.com> | Tue Feb 02 11:48:12 2016 -0800 |
committer | Vijay Pai <vpai@google.com> | Tue Feb 02 11:48:12 2016 -0800 |
tree | 2c5f055a4b43765db748de721c52ce67a3613cce | |
parent | b47b556d33c0e22601e773cad17d576197b4942b [diff] [blame] |
Function name changed on merge....
diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc index a08aad0..80f6ada 100644 --- a/test/cpp/qps/driver.cc +++ b/test/cpp/qps/driver.cc
@@ -387,7 +387,7 @@ 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()));