aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/client_config/subchannel.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-10-05 18:22:10 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-10-05 18:22:10 -0700
commit7b1bd2c2713c9d505094ab728a08d4c94f15c6fa (patch)
tree7f3941df4a89f26754dd84228aad7d343b16db04 /src/core/client_config/subchannel.h
parent17ee390e6c74d295bd1e44f73eca3c5da380ecf9 (diff)
μChannels implementation.
Diffstat (limited to 'src/core/client_config/subchannel.h')
-rw-r--r--src/core/client_config/subchannel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/client_config/subchannel.h b/src/core/client_config/subchannel.h
index bc11524c57..f9bc0c2d2f 100644
--- a/src/core/client_config/subchannel.h
+++ b/src/core/client_config/subchannel.h
@@ -149,4 +149,10 @@ struct grpc_subchannel_args {
grpc_subchannel *grpc_subchannel_create(grpc_connector *connector,
grpc_subchannel_args *args);
+/** Return the metadata context associated with the subchannel */
+grpc_mdctx *grpc_subchannel_get_mdctx(grpc_subchannel *subchannel);
+
+/** Return the master channel associated with the subchannel */
+grpc_channel *grpc_subchannel_get_master(grpc_subchannel *subchannel);
+
#endif /* GRPC_INTERNAL_CORE_CLIENT_CONFIG_SUBCHANNEL_H */