aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_channel/resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ext/client_channel/resolver.h')
-rw-r--r--src/core/ext/client_channel/resolver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ext/client_channel/resolver.h b/src/core/ext/client_channel/resolver.h
index 96ece92b9d..d283120648 100644
--- a/src/core/ext/client_channel/resolver.h
+++ b/src/core/ext/client_channel/resolver.h
@@ -36,6 +36,7 @@
#include "src/core/ext/client_channel/subchannel.h"
#include "src/core/lib/iomgr/iomgr.h"
+#include "src/core/lib/iomgr/pollset_set.h"
typedef struct grpc_resolver grpc_resolver;
typedef struct grpc_resolver_vtable grpc_resolver_vtable;
@@ -43,6 +44,7 @@ typedef struct grpc_resolver_vtable grpc_resolver_vtable;
/** \a grpc_resolver provides \a grpc_channel_args objects to its caller */
struct grpc_resolver {
const grpc_resolver_vtable *vtable;
+ grpc_pollset_set *pollset_set;
gpr_refcount refs;
};