aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-12-13 16:49:55 -0800
committerGravatar Yuchen Zeng <zyc@google.com>2016-12-13 18:37:55 -0800
commit78246df236e46c1a6d7c59f43040f646a7cdc6a5 (patch)
tree626ff9155399540486d21a54e57ba5a775cc2fc8 /src/core/lib
parent7b1b2cc2aad07238afc95273c783cda8426856aa (diff)
Add GRPC_CONTEXT_TRAFFIC in grpc_context_index
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;