aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server_async.cc
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2015-11-04 14:49:17 -0800
committerGravatar vjpai <vpai@google.com>2015-11-04 14:49:17 -0800
commitfba20c987d4eedaa039a828ec7c6ab3fed99ea7d (patch)
treea147ebf4d2352b4a2232e78b57d3b5347469cfd5 /test/cpp/qps/server_async.cc
parent1f6f02a6f428cc2d58f025337ed7aba0e0ae7c80 (diff)
Address some review comments about signal and restoring qps_test_with_poll
Make payloads respect the new defaults
Diffstat (limited to 'test/cpp/qps/server_async.cc')
-rw-r--r--test/cpp/qps/server_async.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/server_async.cc b/test/cpp/qps/server_async.cc
index 40f9dd3f46..2d922fa615 100644
--- a/test/cpp/qps/server_async.cc
+++ b/test/cpp/qps/server_async.cc
@@ -60,7 +60,7 @@ class AsyncQpsServerTest : public Server {
explicit AsyncQpsServerTest(const ServerConfig &config) : Server(config) {
char *server_address = NULL;
- gpr_join_host_port(&server_address, "::", Port());
+ gpr_join_host_port(&server_address, "::", port());
ServerBuilder builder;
builder.AddListeningPort(server_address,