aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-04 15:25:49 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-04 15:25:49 -0700
commite35f24da4d93016122e99c41d4f542a87d3ddf73 (patch)
tree6f033d3ebc39b323b7d69edc59c93f0ebbb11294 /test/cpp/microbenchmarks
parentcfe47deca438844140590ed44f23b3b80aa4cc1f (diff)
reviewer feedback
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 */