aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/channel.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-04-22 16:17:09 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-04-22 16:17:09 -0700
commitfbf5be26a3ab98115eec118a9858b000dd9fc045 (patch)
treeadef4e404e128a26ab2f7ce7ff11d6f2f3ebccb3 /src/core/surface/channel.c
parent6ad62a7204c98e872a078902761d4a77af74a3d2 (diff)
One test compiles
Diffstat (limited to 'src/core/surface/channel.c')
-rw-r--r--src/core/surface/channel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/surface/channel.c b/src/core/surface/channel.c
index f1d71afaf2..de2f354c78 100644
--- a/src/core/surface/channel.c
+++ b/src/core/surface/channel.c
@@ -242,3 +242,7 @@ grpc_mdstr *grpc_channel_get_status_string(grpc_channel *channel) {
grpc_mdstr *grpc_channel_get_message_string(grpc_channel *channel) {
return channel->grpc_message_string;
}
+
+gpr_uint32 grpc_channel_get_max_message_length(grpc_channel *channel) {
+ return channel->max_message_length;
+} \ No newline at end of file