Skip to content
Snippets Groups Projects
Commit e7163ab6 authored by Craig Tiller's avatar Craig Tiller
Browse files

Expand comment

parent 29f2b219
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment