aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/connector.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-09-27 11:18:42 -0500
committerGravatar ncteisen <ncteisen@gmail.com>2018-09-27 11:18:42 -0500
commit404b2515af9c4dcc29440dea8b955ba341521b68 (patch)
tree382252a8f98735d260bd1609eec8440bcd975617 /src/core/ext/filters/client_channel/connector.h
parentf2b493e3697211552a28dba582313174f2a932f2 (diff)
reviewer feedback
Diffstat (limited to 'src/core/ext/filters/client_channel/connector.h')
-rw-r--r--src/core/ext/filters/client_channel/connector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ext/filters/client_channel/connector.h b/src/core/ext/filters/client_channel/connector.h
index 556594929c..ea34dcdab5 100644
--- a/src/core/ext/filters/client_channel/connector.h
+++ b/src/core/ext/filters/client_channel/connector.h
@@ -47,6 +47,9 @@ typedef struct {
/** channel arguments (to be passed to the filters) */
grpc_channel_args* channel_args;
+
+ /** socket uuid of the connected transport. 0 if not available */
+ intptr_t socket_uuid;
} grpc_connect_out_args;
struct grpc_connector_vtable {