diff options
author | David Garcia Quintas <dgq@google.com> | 2016-06-06 16:33:14 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-06-06 16:33:14 -0700 |
commit | 1cf4ec7ad0e9693297eb3852f28ad5864cea3c7c (patch) | |
tree | bc415a3e5fa0b0e6fe63fc7c1f3c3c2f84f3fac6 | |
parent | a0d7491e6266a9bdf31ce04c25cd7941cbe66f88 (diff) |
merge leftover
-rw-r--r-- | src/core/ext/load_reporting/load_reporting_filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/load_reporting/load_reporting_filter.c b/src/core/ext/load_reporting/load_reporting_filter.c index f49730fac3..f372f88c3a 100644 --- a/src/core/ext/load_reporting/load_reporting_filter.c +++ b/src/core/ext/load_reporting/load_reporting_filter.c @@ -142,7 +142,7 @@ const grpc_channel_filter grpc_load_reporting_filter = { grpc_channel_next_op, sizeof(call_data), init_call_elem, - grpc_call_stack_ignore_set_pollset, + grpc_call_stack_ignore_set_pollset_or_pollset_set, destroy_call_elem, sizeof(channel_data), init_channel_elem, |