Skip to content

Commit

Permalink
Merge pull request grpc#9389 from y-zeng/registry_comments
Browse files Browse the repository at this point in the history
Document new args in grpc_resolver_create
  • Loading branch information
y-zeng committed Jan 19, 2017
2 parents 72e6708 + d0f7bf4 commit 6da1dc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/ext/client_channel/resolver_registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ void grpc_register_resolver_type(grpc_resolver_factory *factory);
return it.
If a resolver factory was not found, return NULL.
\a args is a set of channel arguments to be included in the result
(typically the set of arguments passed in from the client API). */
(typically the set of arguments passed in from the client API).
\a pollset_set is used to drive IO in the name resolution process, it
should not be NULL. */
grpc_resolver *grpc_resolver_create(grpc_exec_ctx *exec_ctx, const char *target,
const grpc_channel_args *args,
grpc_pollset_set *pollset_set);
Expand Down

0 comments on commit 6da1dc8

Please sign in to comment.