Merge pull request #15549 from hcaseyal/update_init_channel_data_comment

Fix comment for init_channel_elem
pull/15554/head
hcaseyal 7 years ago committed by GitHub
commit 35201969e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/channel/channel_stack.h

@ -138,7 +138,7 @@ typedef struct {
is_first, is_last designate this elements position in the stack, and are
useful for asserting correct configuration by upper layer code.
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_channel_element_args* args);
/* Destroy per channel data.

Loading…
Cancel
Save