diff options
author | David Garcia Quintas <dgq@google.com> | 2016-04-14 12:44:30 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-04-14 12:44:30 -0700 |
commit | 9ef0e1cfd4116b901f55410cad1c4425e59eaac1 (patch) | |
tree | 9b13ab3206c2d16888d790d4fcb2496c0980579f /test/core/end2end/tests | |
parent | f603c3aebd9b3fc489a70ba781e78bd1188ba4bf (diff) |
Added grpc_call_stats to the call stack
Diffstat (limited to 'test/core/end2end/tests')
-rw-r--r-- | test/core/end2end/tests/filter_causes_close.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/end2end/tests/filter_causes_close.c b/test/core/end2end/tests/filter_causes_close.c index e74d3239de..3f503f9a0a 100644 --- a/test/core/end2end/tests/filter_causes_close.c +++ b/test/core/end2end/tests/filter_causes_close.c @@ -235,8 +235,8 @@ static void start_transport_stream_op(grpc_exec_ctx *exec_ctx, static void init_call_elem(grpc_exec_ctx *exec_ctx, grpc_call_element *elem, grpc_call_element_args *args) {} -static void destroy_call_elem(grpc_exec_ctx *exec_ctx, - grpc_call_element *elem) {} +static void destroy_call_elem(grpc_exec_ctx *exec_ctx, grpc_call_element *elem, + const grpc_call_stats *stats) {} static void init_channel_elem(grpc_exec_ctx *exec_ctx, grpc_channel_element *elem, |