aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Juanli Shen <aspirinsjl@gmail.com>2018-12-18 11:31:59 -0800
committerGravatar GitHub <noreply@github.com>2018-12-18 11:31:59 -0800
commitf9ae9358c3a8938b91086a4ff86247e20bde0e8c (patch)
tree0e6ec9238c9f5af84ec8fc30d2b4a26945cd7e96 /include
parent1af10acdacf1622b90dfc1de24c32ff947d47566 (diff)
parenteb9064db2fd38025dfa4fbe813de8798b5f1d0ed (diff)
Merge pull request #17542 from AspirinSJL/comment_compress
Clarify compression algorithm enum order
Diffstat (limited to 'include')
-rw-r--r--include/grpc/impl/codegen/compression_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/compression_types.h b/include/grpc/impl/codegen/compression_types.h
index e35d892967..f778b005b9 100644
--- a/include/grpc/impl/codegen/compression_types.h
+++ b/include/grpc/impl/codegen/compression_types.h
@@ -52,7 +52,8 @@ extern "C" {
"grpc.compression_enabled_algorithms_bitset"
/** \} */
-/** The various compression algorithms supported by gRPC */
+/** The various compression algorithms supported by gRPC (not sorted by
+ * compression level) */
typedef enum {
GRPC_COMPRESS_NONE = 0,
GRPC_COMPRESS_DEFLATE,