aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-12-15 07:12:39 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-12-15 07:12:39 -0800
commit6997c3473b0e152b00cb5696cf5717e5adb37cb6 (patch)
tree4ebf7846b52372b9992e662ed59be7e1e17fefba /src/core/lib
parentf748b0ab77521bf962196e0d3aa2fdb3bf4d10af (diff)
parent6a1976d5170f50b90df199366beee7c49e77a125 (diff)
Merge github.com:grpc/grpc into slice_with_exec_ctx
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/channel/context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/lib/channel/context.h b/src/core/lib/channel/context.h
index 071c5f695c..6c931ad28a 100644
--- a/src/core/lib/channel/context.h
+++ b/src/core/lib/channel/context.h
@@ -47,6 +47,9 @@ typedef enum {
/// Value is a \a census_context.
GRPC_CONTEXT_TRACING,
+ /// Reserved for traffic_class_context.
+ GRPC_CONTEXT_TRAFFIC,
+
GRPC_CONTEXT_COUNT
} grpc_context_index;