aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/filter_causes_close.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-07-07 20:11:27 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-07-10 20:57:52 -0700
commit01c4d995d35958c64e65feb8193c5ce2e0845758 (patch)
tree0056af888ff66682166649dcb028b3c480b61dc4 /test/core/end2end/tests/filter_causes_close.c
parentc28a6c1b3b4d68da7661997cd56d305b254a7d0b (diff)
Added new features to load reporting.
- Propagation of (rpc) method name. - Invocation of the hook at (call, channel) x (creation, destruction) - Added enum to identify the source of invocation. - Fixed testing. Went from test fixture to simple test.
Diffstat (limited to 'test/core/end2end/tests/filter_causes_close.c')
-rw-r--r--test/core/end2end/tests/filter_causes_close.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/tests/filter_causes_close.c b/test/core/end2end/tests/filter_causes_close.c
index 526c05ca3e..5a4803bcdc 100644
--- a/test/core/end2end/tests/filter_causes_close.c
+++ b/test/core/end2end/tests/filter_causes_close.c
@@ -237,7 +237,7 @@ 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,
- const grpc_call_stats *stats,
+ const grpc_call_final_info *final_info,
void *and_free_memory) {}
static void init_channel_elem(grpc_exec_ctx *exec_ctx,