aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server_async.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-28 16:00:40 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-28 16:00:40 -0800
commit6c3de35d3d233bb9b71d36a06f0f3282ce280359 (patch)
treed49d213cee44e67fd3413ab6eed386ec1994298c /test/cpp/qps/server_async.cc
parent822602cff0f3b1f8373ac06a8ab8fe9792b1037e (diff)
parentdcc99a24eab23e42b63593c9a45e0e7e1392c49b (diff)
Merge pull request #4775 from dgquintas/sync-async-plus-interfaces
Support mixing sync and async method in the same service + Separation of core from proto compiler output
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 ffa6226388..b6656526b0 100644
--- a/test/cpp/qps/server_async.cc
+++ b/test/cpp/qps/server_async.cc
@@ -356,7 +356,7 @@ class AsyncQpsServerTest : public Server {
static void RegisterBenchmarkService(ServerBuilder *builder,
BenchmarkService::AsyncService *service) {
- builder->RegisterAsyncService(service);
+ builder->RegisterService(service);
}
static void RegisterGenericService(ServerBuilder *builder,
grpc::AsyncGenericService *service) {