aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/channel_arguments.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/channel_arguments.h')
-rw-r--r--include/grpc++/channel_arguments.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/grpc++/channel_arguments.h b/include/grpc++/channel_arguments.h
index 68f24cde4a..7b17830a86 100644
--- a/include/grpc++/channel_arguments.h
+++ b/include/grpc++/channel_arguments.h
@@ -59,8 +59,9 @@ class ChannelArguments {
void SetSslTargetNameOverride(const grpc::string& name);
// TODO(yangg) add flow control options
- // Set the compression level for the channel.
- void SetCompressionLevel(grpc_compression_level level);
+ // Set the compression algorithm for the channel.
+ void _Experimental_SetCompressionAlgorithm(
+ grpc_compression_algorithm algorithm);
// Generic channel argument setters. Only for advanced use cases.
void SetInt(const grpc::string& key, int value);