aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-04 22:05:27 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-04 22:05:27 -0700
commitf53e6884b61275090f8253932eb7b273b30f5021 (patch)
tree0fbab9ba6c23db774453708e8e04a6bfe2e639fa /test/cpp/microbenchmarks
parente35f24da4d93016122e99c41d4f542a87d3ddf73 (diff)
Fix two build breakages
Diffstat (limited to 'test/cpp/microbenchmarks')
-rw-r--r--test/cpp/microbenchmarks/fullstack_fixtures.h5
1 files changed, 2 insertions, 3 deletions
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 */