aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server.h
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2016-01-26 17:51:35 -0800
committerGravatar vjpai <vpai@google.com>2016-01-26 17:51:35 -0800
commita00f998089a641ed7cc059eb5d4ce52734ba2e3e (patch)
treefcf26e702b23f9b545e23d2ca2775d43900b4c4f /test/cpp/qps/server.h
parentf955e54799968c9aabb1f860549f88458e8b34a6 (diff)
Actually create async generic server
Diffstat (limited to 'test/cpp/qps/server.h')
-rw-r--r--test/cpp/qps/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/server.h b/test/cpp/qps/server.h
index 32a3e85026..196fdac8f3 100644
--- a/test/cpp/qps/server.h
+++ b/test/cpp/qps/server.h
@@ -108,6 +108,7 @@ class Server {
std::unique_ptr<Server> CreateSynchronousServer(const ServerConfig& config);
std::unique_ptr<Server> CreateAsyncServer(const ServerConfig& config);
+std::unique_ptr<Server> CreateAsyncGenericServer(const ServerConfig& config);
} // namespace testing
} // namespace grpc