diff options
author | Yuchen Zeng <y-zeng@users.noreply.github.com> | 2016-12-14 19:11:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-14 19:11:44 -0800 |
commit | ed6e578873308950d06369be04f7cd3d659366b0 (patch) | |
tree | 48911a4d26a117c378032f5734bbd6bab3c1f550 /src/core | |
parent | 870c4cd65451c8af061d9c2bc6ed3fc3542cf2bf (diff) | |
parent | 78246df236e46c1a6d7c59f43040f646a7cdc6a5 (diff) |
Merge pull request #9098 from y-zeng/grpc_context_traffic
Add GRPC_CONTEXT_TRAFFIC in grpc_context_index
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/lib/channel/context.h | 3 |
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; |