aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-08-24 12:27:56 -0700
committerGravatar GitHub <noreply@github.com>2018-08-24 12:27:56 -0700
commitaab47cbdf22ce951939d635a3ff661074661a837 (patch)
tree661352038c2c92f9eedaa2f6098b708fd873c5d6 /test/cpp/microbenchmarks
parent53b92dc094a0ee40767a005f8ae63fcd0a3e65c9 (diff)
parent841f186041240612cca1b0010b21c5841a55fc98 (diff)
Merge pull request #15941 from yashykt/fathomtcpchanges
Fathom tcp changes
Diffstat (limited to 'test/cpp/microbenchmarks')
-rw-r--r--test/cpp/microbenchmarks/bm_chttp2_transport.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/microbenchmarks/bm_chttp2_transport.cc b/test/cpp/microbenchmarks/bm_chttp2_transport.cc
index 1e9bd273aa..189923a841 100644
--- a/test/cpp/microbenchmarks/bm_chttp2_transport.cc
+++ b/test/cpp/microbenchmarks/bm_chttp2_transport.cc
@@ -96,7 +96,7 @@ class DummyEndpoint : public grpc_endpoint {
}
static void write(grpc_endpoint* ep, grpc_slice_buffer* slices,
- grpc_closure* cb) {
+ grpc_closure* cb, void* arg) {
GRPC_CLOSURE_SCHED(cb, GRPC_ERROR_NONE);
}