aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-08-27 12:43:20 +0200
committerGravatar GitHub <noreply@github.com>2018-08-27 12:43:20 +0200
commit97ba943f179cf6eda6f1a85abee01d459f507673 (patch)
tree52b23d42e14f87ac6924b0be46c4d2e57aad8b17 /test/cpp/microbenchmarks
parent2548704bee6dd9071832135f8a76c2761897cddb (diff)
Revert "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 189923a841..1e9bd273aa 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, void* arg) {
+ grpc_closure* cb) {
GRPC_CLOSURE_SCHED(cb, GRPC_ERROR_NONE);
}