Skip to content
Snippets Groups Projects
Commit e7a8f41f authored by Sree Kuchibhotla's avatar Sree Kuchibhotla
Browse files

Create f->shutdown_cq in the fixture

parent 2bb075d8
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ static grpc_end2end_test_fixture chttp2_create_fixture_secure_fullstack(
f.fixture_data = ffd;
f.cq = grpc_completion_queue_create_for_next(NULL);
f.shutdown_cq = grpc_completion_queue_create_for_pluck(NULL);
return f;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment