Skip to content
Snippets Groups Projects
Commit e9aefba8 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge branch 'filters-can-cause-closes' into e2efuzz

parents 7bfd8bed c708f8a6
No related branches found
No related tags found
No related merge requests found
...@@ -200,8 +200,7 @@ static void test_request(grpc_end2end_test_config config) { ...@@ -200,8 +200,7 @@ static void test_request(grpc_end2end_test_config config) {
typedef struct { grpc_closure *recv_im_ready; } call_data; typedef struct { grpc_closure *recv_im_ready; } call_data;
typedef struct { typedef struct { uint8_t unused; } channel_data;
} channel_data;
static void recv_im_ready(grpc_exec_ctx *exec_ctx, void *arg, bool success) { static void recv_im_ready(grpc_exec_ctx *exec_ctx, void *arg, bool success) {
grpc_call_element *elem = arg; grpc_call_element *elem = arg;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment