Add COUNT for stream compression method

pull/11189/head
Muxi Yan 8 years ago
parent dfe402781e
commit f9ff554fd2
  1. 3
      src/core/lib/compression/stream_compression.h

@ -32,7 +32,8 @@ typedef struct grpc_stream_compression_context {
typedef enum grpc_stream_compression_method { typedef enum grpc_stream_compression_method {
GRPC_STREAM_COMPRESSION_COMPRESS = 0, GRPC_STREAM_COMPRESSION_COMPRESS = 0,
GRPC_STREAM_COMPRESSION_DECOMPRESS GRPC_STREAM_COMPRESSION_DECOMPRESS,
GRPC_STREAM_COMPRESSION_METHOD_COUNT
} grpc_stream_compression_method; } grpc_stream_compression_method;
typedef enum grpc_stream_compression_flush { typedef enum grpc_stream_compression_flush {

Loading…
Cancel
Save