aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/driver.h
diff options
context:
space:
mode:
authorGravatar Robbie Shade <rjshade@google.com>2016-07-19 10:25:07 -0400
committerGravatar Robbie Shade <rjshade@google.com>2016-07-19 10:25:07 -0400
commit53826511f95cbfa31e3b8316b11cf397830502b0 (patch)
tree4fca7a659dfdeb7c625384e795bce6e325c8f762 /test/cpp/qps/driver.h
parentdb4f1967d0a61bbe19be1fbd299d72fca68a5ec7 (diff)
parent2eebe29ec84ed6b2d5c64016b12e1782281d5a38 (diff)
Merge branch 'master' into move_timeout_encoding
Diffstat (limited to 'test/cpp/qps/driver.h')
-rw-r--r--test/cpp/qps/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/driver.h b/test/cpp/qps/driver.h
index 3a5cf138f1..93f4370caf 100644
--- a/test/cpp/qps/driver.h
+++ b/test/cpp/qps/driver.h
@@ -47,7 +47,7 @@ std::unique_ptr<ScenarioResult> RunScenario(
const grpc::testing::ServerConfig& server_config, size_t num_servers,
int warmup_seconds, int benchmark_seconds, int spawn_local_worker_count);
-void RunQuit();
+bool RunQuit();
} // namespace testing
} // namespace grpc