aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_channel/connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ext/client_channel/connector.h')
-rw-r--r--src/core/ext/client_channel/connector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/client_channel/connector.h b/src/core/ext/client_channel/connector.h
index ed7d5450de..3de061620e 100644
--- a/src/core/ext/client_channel/connector.h
+++ b/src/core/ext/client_channel/connector.h
@@ -52,7 +52,7 @@ typedef struct {
const grpc_resolved_address *addr;
size_t addr_len;
/** initial connect string to send */
- gpr_slice initial_connect_string;
+ grpc_slice initial_connect_string;
/** deadline for connection */
gpr_timespec deadline;
/** channel arguments (to be passed to transport) */