|
|
@ -138,7 +138,7 @@ typedef struct { |
|
|
|
is_first, is_last designate this elements position in the stack, and are |
|
|
|
is_first, is_last designate this elements position in the stack, and are |
|
|
|
useful for asserting correct configuration by upper layer code. |
|
|
|
useful for asserting correct configuration by upper layer code. |
|
|
|
The filter does not need to do any chaining. |
|
|
|
The filter does not need to do any chaining. |
|
|
|
Implementations may assume that elem->call_data is all zeros. */ |
|
|
|
Implementations may assume that elem->channel_data is all zeros. */ |
|
|
|
grpc_error* (*init_channel_elem)(grpc_channel_element* elem, |
|
|
|
grpc_error* (*init_channel_elem)(grpc_channel_element* elem, |
|
|
|
grpc_channel_element_args* args); |
|
|
|
grpc_channel_element_args* args); |
|
|
|
/* Destroy per channel data.
|
|
|
|
/* Destroy per channel data.
|
|
|
|