aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-08-13 22:25:15 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-08-13 22:25:15 -0700
commit455dc6ff0df2825ca6cfa35b29a4439943567c73 (patch)
tree798fcb62f115b541d1085e45089931ccfe702304 /include/grpc++/server.h
parent5941335be3700ea9bfe137b2eeccf9cba0540300 (diff)
parent0791cf0dcdad6c2a972187dcc9d69dc99adecfbe (diff)
Merge branch 'master' of https://github.com/grpc/grpc into cpp_auth_md_processor
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index 94ee0b6a4a..8755b4b445 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -228,6 +228,8 @@ class Server GRPC_FINAL : public GrpcLibrary, private CallHook {
grpc::condition_variable callback_cv_;
std::list<SyncRequest>* sync_methods_;
+ std::unique_ptr<RpcServiceMethod> unknown_method_;
+ bool has_generic_service_;
// Pointer to the c grpc server.
grpc_server* const server_;