[context] Add a placeholder context for some internal work (#34480)

pull/34486/head
Craig Tiller 2 years ago committed by GitHub
parent 16e26b1091
commit c461ba022b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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;

Loading…
Cancel
Save