aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_channel/connector.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-26 21:00:53 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-26 21:00:53 -0700
commit6e080a36515455f2db5b07465abdeacf3e21c3be (patch)
tree0aa4c9e0297a4408206c93d612efe3852c19fa57 /src/core/ext/client_channel/connector.h
parentf6f9cf39c677751fb46d42f303a07687e9bfb26a (diff)
parent3d357d901c5228cf8989aed8949b20d32baad77b (diff)
Merge branch 'buffer_pools_for_realsies' into grpc_slice
Diffstat (limited to 'src/core/ext/client_channel/connector.h')
-rw-r--r--src/core/ext/client_channel/connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ext/client_channel/connector.h b/src/core/ext/client_channel/connector.h
index 3c2cf7877f..3de061620e 100644
--- a/src/core/ext/client_channel/connector.h
+++ b/src/core/ext/client_channel/connector.h
@@ -35,7 +35,7 @@
#define GRPC_CORE_EXT_CLIENT_CHANNEL_CONNECTOR_H
#include "src/core/lib/channel/channel_stack.h"
-#include "src/core/lib/iomgr/sockaddr.h"
+#include "src/core/lib/iomgr/resolve_address.h"
#include "src/core/lib/transport/transport.h"
typedef struct grpc_connector grpc_connector;
@@ -49,7 +49,7 @@ typedef struct {
/** set of pollsets interested in this connection */
grpc_pollset_set *interested_parties;
/** address to connect to */
- const struct sockaddr *addr;
+ const grpc_resolved_address *addr;
size_t addr_len;
/** initial connect string to send */
grpc_slice initial_connect_string;