aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-07-27 11:21:41 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-07-27 11:22:08 -0700
commitbb7ff0df00c02e033cb88303d348d751cd893884 (patch)
tree148a4e93dedd1ca9bb3f45737157f02a06f90967
parentc80526d1227c6841652f611c9562bbebf047a717 (diff)
minor missing header
-rw-r--r--include/grpc/impl/codegen/compression_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/grpc/impl/codegen/compression_types.h b/include/grpc/impl/codegen/compression_types.h
index 67ebcf091d..efa49c0141 100644
--- a/include/grpc/impl/codegen/compression_types.h
+++ b/include/grpc/impl/codegen/compression_types.h
@@ -29,6 +29,11 @@ extern "C" {
* algorithm */
#define GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY \
"grpc-internal-encoding-request"
+/** To be used as initial metadata key for the request of a concrete stream
+ * compression
+ * algorithm */
+#define GRPC_STREAM_COMPRESSION_REQUEST_ALGORITHM_MD_KEY \
+ "grpc-internal-stream-encoding-request"
/** To be used in channel arguments.
*