aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/channel.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-06-22 22:39:21 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-06-22 22:39:21 -0700
commitd16af0ea52a932ced7562e21d5ec8f57eafa51c5 (patch)
tree4175e880dacdb9a8b4eaeacbc4144df32cfc7310 /src/core/surface/channel.h
parent5927aec9b72dba7694218501e2f93d6c127776af (diff)
Redesign of compression algorithm propagation based on metadata
Diffstat (limited to 'src/core/surface/channel.h')
-rw-r--r--src/core/surface/channel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/surface/channel.h b/src/core/surface/channel.h
index f838129148..f4df06a0c3 100644
--- a/src/core/surface/channel.h
+++ b/src/core/surface/channel.h
@@ -53,7 +53,8 @@ grpc_mdctx *grpc_channel_get_metadata_context(grpc_channel *channel);
grpc_mdelem *grpc_channel_get_reffed_status_elem(grpc_channel *channel,
int status_code);
grpc_mdstr *grpc_channel_get_status_string(grpc_channel *channel);
-grpc_mdstr *grpc_channel_get_compresssion_level_string(grpc_channel *channel);
+grpc_mdstr *grpc_channel_get_compresssion_algorithm_string(
+ grpc_channel *channel);
grpc_mdstr *grpc_channel_get_message_string(grpc_channel *channel);
gpr_uint32 grpc_channel_get_max_message_length(grpc_channel *channel);