aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/connector.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-12-07 10:11:30 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-12-07 10:11:30 -0800
commit87b1c3ce56363a557f2874ab94b8af516e8ae532 (patch)
treedad6acf1e1588839ad8fb5afd7500021885d0a49 /src/core/ext/filters/client_channel/connector.h
parentd7c252c9473a2a97eb441369603d8cc9ad64403c (diff)
reviewer feedback
Diffstat (limited to 'src/core/ext/filters/client_channel/connector.h')
-rw-r--r--src/core/ext/filters/client_channel/connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ext/filters/client_channel/connector.h b/src/core/ext/filters/client_channel/connector.h
index 484cc1b3c3..a5ef9bc255 100644
--- a/src/core/ext/filters/client_channel/connector.h
+++ b/src/core/ext/filters/client_channel/connector.h
@@ -49,8 +49,8 @@ typedef struct {
/** channel arguments (to be passed to the filters) */
grpc_channel_args* channel_args;
- /** socket node of the connected transport */
- grpc_core::channelz::SocketNode* socket_node;
+ /** socket node of the connected transport. 0 if not availible */
+ intptr_t socket_uuid;
} grpc_connect_out_args;
struct grpc_connector_vtable {