aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_config/subchannel.h
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-07-22 13:24:21 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-07-22 13:24:21 -0700
commite273b033da3f374fe82db0644d9455f890bbb296 (patch)
tree9d343743154a6fa690786384bc07e37cf91d41c6 /src/core/ext/client_config/subchannel.h
parent77613b2094fcbf8352ea595f64396006c73835cd (diff)
Plumb server name down into the subchannel.
Diffstat (limited to 'src/core/ext/client_config/subchannel.h')
-rw-r--r--src/core/ext/client_config/subchannel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ext/client_config/subchannel.h b/src/core/ext/client_config/subchannel.h
index b6d39f5dc5..9fbf3b6123 100644
--- a/src/core/ext/client_config/subchannel.h
+++ b/src/core/ext/client_config/subchannel.h
@@ -162,6 +162,8 @@ struct grpc_subchannel_args {
size_t filter_count;
/** Channel arguments to be supplied to the newly created channel */
const grpc_channel_args *args;
+ /** Server name */
+ char *server_name; // Does not own.
/** Address to connect to */
struct sockaddr *addr;
size_t addr_len;