aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_channel/resolver_registry.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-01-19 11:49:07 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-01-19 11:49:07 -0800
commitc51f19d62a8d599be2e27aa5f7833f9dd1f5f36e (patch)
tree13a66064cb7feda7159abff0fbae284eb518c02b /src/core/ext/client_channel/resolver_registry.h
parent9c7a08d2509c6f0549d0a56690321c75cc201fec (diff)
parenta52c262accacbe7aca54ac4f91de7315d4069523 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into cpp_stress_flags
Diffstat (limited to 'src/core/ext/client_channel/resolver_registry.h')
-rw-r--r--src/core/ext/client_channel/resolver_registry.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/ext/client_channel/resolver_registry.h b/src/core/ext/client_channel/resolver_registry.h
index 4fb16131db..a4606463eb 100644
--- a/src/core/ext/client_channel/resolver_registry.h
+++ b/src/core/ext/client_channel/resolver_registry.h
@@ -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);