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()));