aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-12-15 09:48:38 -0800
committerGravatar Mark D. Roth <roth@google.com>2016-12-15 09:48:38 -0800
commitf290686a102473d0fac660be10a48cc3174be453 (patch)
tree7eac26a6d8d7c1d311b4271a8cf82c5e2402bc1a /src/core
parent13f35746426b9dcca3d751b3f7f298859ae18936 (diff)
parent5904a952747ce2c95bd95c5a2b27dcdf41029a43 (diff)
Merge remote-tracking branch 'upstream/master' into cpp_filter_api_cleanup
Diffstat (limited to 'src/core')
-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;