From c461ba022bd5a19b7e16e49e3dbc16d44aa342f0 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 26 Sep 2023 09:25:38 -0700 Subject: [PATCH] [context] Add a placeholder context for some internal work (#34480) --- src/core/lib/channel/context.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/lib/channel/context.h b/src/core/lib/channel/context.h index 3325d1d577d..ac2e1aeda49 100644 --- a/src/core/lib/channel/context.h +++ b/src/core/lib/channel/context.h @@ -56,6 +56,9 @@ typedef enum { /// the server. GRPC_CONTEXT_BACKEND_METRIC_PROVIDER, + /// Special Google context + GRPC_CONTEXT_GOOGLE, + GRPC_CONTEXT_COUNT } grpc_context_index;