From f53e6884b61275090f8253932eb7b273b30f5021 Mon Sep 17 00:00:00 2001 From: ncteisen Date: Thu, 4 Oct 2018 22:05:27 -0700 Subject: Fix two build breakages --- test/cpp/microbenchmarks/fullstack_fixtures.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/cpp/microbenchmarks/fullstack_fixtures.h') diff --git a/test/cpp/microbenchmarks/fullstack_fixtures.h b/test/cpp/microbenchmarks/fullstack_fixtures.h index fa657f3b0b..e57eb6ddd1 100644 --- a/test/cpp/microbenchmarks/fullstack_fixtures.h +++ b/test/cpp/microbenchmarks/fullstack_fixtures.h @@ -200,9 +200,8 @@ class EndpointPairFixture : public BaseFixture { } grpc_server_setup_transport(server_->c_server(), server_transport_, - nullptr, server_args); - grpc_chttp2_transport_start_reading(server_transport_, nullptr, nullptr, - 0); + nullptr, server_args, 0); + grpc_chttp2_transport_start_reading(server_transport_, nullptr, nullptr); } /* create channel */ -- cgit v1.2.3