Skip to content
Snippets Groups Projects
Commit d0f7bf4a authored by Yuchen Zeng's avatar Yuchen Zeng
Browse files

Document new args in grpc_resolver_create

parent 73b20e6f
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,9 @@ void grpc_register_resolver_type(grpc_resolver_factory *factory); ...@@ -60,7 +60,9 @@ void grpc_register_resolver_type(grpc_resolver_factory *factory);
return it. return it.
If a resolver factory was not found, return NULL. If a resolver factory was not found, return NULL.
\a args is a set of channel arguments to be included in the result \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, grpc_resolver *grpc_resolver_create(grpc_exec_ctx *exec_ctx, const char *target,
const grpc_channel_args *args, const grpc_channel_args *args,
grpc_pollset_set *pollset_set); grpc_pollset_set *pollset_set);
......
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