aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-17 20:46:08 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-17 20:46:08 -0800
commite7163ab6250ea6adc6b85ea36e67bd6c93ccaadc (patch)
tree9c71c0471314a340717836cb9312eb3e8d11baa5
parent29f2b219a8631ed788708a326190aa3a611911e0 (diff)
Expand comment
-rw-r--r--include/grpc/grpc.h3
1 files changed, 2 insertions, 1 deletions
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);