diff options
Diffstat (limited to 'src/core/channel/context.h')
-rw-r--r-- | src/core/channel/context.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/core/channel/context.h b/src/core/channel/context.h index e2e5e80513..ac5796b9ef 100644 --- a/src/core/channel/context.h +++ b/src/core/channel/context.h @@ -41,4 +41,9 @@ typedef enum { GRPC_CONTEXT_COUNT } grpc_context_index; -#endif +typedef struct { + void *value; + void (*destroy)(void *); +} grpc_call_context_element; + +#endif /* GRPC_INTERNAL_CORE_CHANNEL_CONTEXT_H */ |