aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/compression.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-07-17 15:33:13 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-07-17 15:33:13 -0700
commitcadbf22467ef7c636dabec53a0178f1b669ba42e (patch)
tree16fd1996b235209941b7ae3b0ee7abd55af79dc3 /include/grpc/compression.h
parent7c4fdb5628209b47e9099b99b35284005c79f0fa (diff)
Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms
Diffstat (limited to 'include/grpc/compression.h')
-rw-r--r--include/grpc/compression.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/compression.h b/include/grpc/compression.h
index dd7e1d0a12..913e553ba9 100644
--- a/include/grpc/compression.h
+++ b/include/grpc/compression.h
@@ -39,7 +39,7 @@ extern "C" {
#endif
/** To be used in channel arguments */
-#define GRPC_COMPRESSION_LEVEL_ARG "grpc.compression_level"
+#define GRPC_COMPRESSION_ALGORITHM_ARG "grpc.compression_algorithm"
/* The various compression algorithms supported by GRPC */
typedef enum {