| commit | a00f998089a641ed7cc059eb5d4ce52734ba2e3e | [log] [tgz] |
|---|---|---|
| author | vjpai <vpai@google.com> | Tue Jan 26 17:51:35 2016 -0800 |
| committer | vjpai <vpai@google.com> | Tue Jan 26 17:51:35 2016 -0800 |
| tree | fcf26e702b23f9b545e23d2ca2775d43900b4c4f | |
| parent | f955e54799968c9aabb1f860549f88458e8b34a6 [diff] [blame] |
Actually create async generic server
diff --git a/test/cpp/qps/server.h b/test/cpp/qps/server.h index 32a3e85..196fdac 100644 --- a/test/cpp/qps/server.h +++ b/test/cpp/qps/server.h
@@ -108,6 +108,7 @@ 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