aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/transport/frame_ping.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-12 10:56:03 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-05-12 10:56:03 -0700
commitee4b14521380f8c387c27f4cd351565d0afa3d61 (patch)
treefb3c9263bc12f0c52e52775162de1e6b0887c998 /src/core/ext/transport/chttp2/transport/frame_ping.c
parentbc6a9cb24aa3c1fcc1817962169773a44a1d50ee (diff)
Remove workqueue, covered_by_poller as concepts, get Mac build up
Diffstat (limited to 'src/core/ext/transport/chttp2/transport/frame_ping.c')
-rw-r--r--src/core/ext/transport/chttp2/transport/frame_ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/chttp2/transport/frame_ping.c b/src/core/ext/transport/chttp2/transport/frame_ping.c
index f09ca60739..c6269e29f9 100644
--- a/src/core/ext/transport/chttp2/transport/frame_ping.c
+++ b/src/core/ext/transport/chttp2/transport/frame_ping.c
@@ -132,7 +132,7 @@ grpc_error *grpc_chttp2_ping_parser_parse(grpc_exec_ctx *exec_ctx, void *parser,
t->ping_acks, t->ping_ack_capacity * sizeof(*t->ping_acks));
}
t->ping_acks[t->ping_ack_count++] = p->opaque_8bytes;
- grpc_chttp2_initiate_write(exec_ctx, t, false, "ping response");
+ grpc_chttp2_initiate_write(exec_ctx, t, "ping response");
}
}
}