aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/microbenchmarks')
-rw-r--r--test/cpp/microbenchmarks/fullstack_fixtures.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/microbenchmarks/fullstack_fixtures.h b/test/cpp/microbenchmarks/fullstack_fixtures.h
index 7188a2a28a..fa657f3b0b 100644
--- a/test/cpp/microbenchmarks/fullstack_fixtures.h
+++ b/test/cpp/microbenchmarks/fullstack_fixtures.h
@@ -201,7 +201,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);
+ grpc_chttp2_transport_start_reading(server_transport_, nullptr, nullptr,
+ 0);
}
/* create channel */