aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_channel/resolver_factory.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-09 15:05:36 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-09 15:05:36 -0800
commit972470b8d9876850eed76722ddc88d1e9116dc4d (patch)
treee19dd752ea1f1efa29c911504952a8042ccaa3aa /src/core/ext/client_channel/resolver_factory.h
parente5b8fca48dd3c088fb4ddc4686c3d80c356092c4 (diff)
Initial pass to remove mutexes from resolvers
Diffstat (limited to 'src/core/ext/client_channel/resolver_factory.h')
-rw-r--r--src/core/ext/client_channel/resolver_factory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ext/client_channel/resolver_factory.h b/src/core/ext/client_channel/resolver_factory.h
index 3792ddca18..e3cd99ec5a 100644
--- a/src/core/ext/client_channel/resolver_factory.h
+++ b/src/core/ext/client_channel/resolver_factory.h
@@ -50,6 +50,7 @@ typedef struct grpc_resolver_args {
grpc_uri *uri;
const grpc_channel_args *args;
grpc_pollset_set *pollset_set;
+ grpc_combiner *combiner;
} grpc_resolver_args;
struct grpc_resolver_factory_vtable {