Clarify compression algorithm enum order

pull/17542/head
Juanli Shen 6 years ago
parent 70a4915fa1
commit eb9064db2f
  1. 3
      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,

Loading…
Cancel
Save