From a23f17b1233453334ad137a3aeb338c801b5ada4 Mon Sep 17 00:00:00 2001 From: yang-g Date: Wed, 25 Nov 2015 10:21:05 -0800 Subject: add server_builder_option --- include/grpc++/server.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/grpc++/server.h') diff --git a/include/grpc++/server.h b/include/grpc++/server.h index 1a62df5698..3161526aa9 100644 --- a/include/grpc++/server.h +++ b/include/grpc++/server.h @@ -37,14 +37,15 @@ #include #include -#include #include #include #include #include #include +#include #include #include +#include struct grpc_server; @@ -100,7 +101,7 @@ class Server GRPC_FINAL : public GrpcLibrary, private CallHook { /// \param max_message_size Maximum message length that the channel can /// receive. Server(ThreadPoolInterface* thread_pool, bool thread_pool_owned, - int max_message_size, grpc_compression_options compression_options); + int max_message_size, const ChannelArguments& args); /// Register a service. This call does not take ownership of the service. /// The service must exist for the lifetime of the Server instance. -- cgit v1.2.3