From e7163ab6250ea6adc6b85ea36e67bd6c93ccaadc Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 17 Feb 2015 20:46:08 -0800 Subject: Expand comment --- include/grpc/grpc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h index 077b432e88..358f59238a 100644 --- a/include/grpc/grpc.h +++ b/include/grpc/grpc.h @@ -554,7 +554,8 @@ grpc_call_error grpc_server_request_call( grpc_completion_queue *completion_queue, void *tag_new); /* Create a server. Additional configuration for each incoming channel can - be specified with args. See grpc_channel_args for more. */ + be specified with args. If no additional configuration is needed, args can + be NULL. See grpc_channel_args for more. */ grpc_server *grpc_server_create(grpc_completion_queue *cq, const grpc_channel_args *args); -- cgit v1.2.3