Fixing build issue in src/core/lib/channel/context.h

pull/36799/head
tanvi-jagtap 6 months ago
parent e4daabc8bc
commit cd2aa1035f
  1. 4
      src/core/lib/channel/context.h

@ -28,9 +28,7 @@
/// Call context is represented as an array of \a grpc_call_context_elements.
/// This enum represents the indexes into the array, where each index
/// contains a different type of value.
typedef enum {
GRPC_CONTEXT_COUNT
} grpc_context_index;
typedef enum { GRPC_CONTEXT_COUNT } grpc_context_index;
struct grpc_call_context_element {
void* value = nullptr;

Loading…
Cancel
Save