aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/microbenchmarks/fullstack_fixtures.h3
-rw-r--r--test/cpp/performance/writes_per_rpc_test.cc2
2 files changed, 3 insertions, 2 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 */
diff --git a/test/cpp/performance/writes_per_rpc_test.cc b/test/cpp/performance/writes_per_rpc_test.cc
index 7b51260e5b..5926cd4753 100644
--- a/test/cpp/performance/writes_per_rpc_test.cc
+++ b/test/cpp/performance/writes_per_rpc_test.cc
@@ -101,7 +101,7 @@ class EndpointPairFixture {
grpc_server_setup_transport(server_->c_server(), transport, nullptr,
server_args);
- grpc_chttp2_transport_start_reading(transport, nullptr, nullptr);
+ grpc_chttp2_transport_start_reading(transport, nullptr, nullptr, 0);
}
/* create channel */