aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/channel_ping.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/surface/channel_ping.c')
-rw-r--r--src/core/surface/channel_ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface/channel_ping.c b/src/core/surface/channel_ping.c
index b4ce282787..4a63f29c6a 100644
--- a/src/core/surface/channel_ping.c
+++ b/src/core/surface/channel_ping.c
@@ -53,7 +53,7 @@ static void ping_destroy(grpc_exec_ctx *exec_ctx, void *arg,
gpr_free(arg);
}
-static void ping_done(grpc_exec_ctx *exec_ctx, void *arg, int success) {
+static void ping_done(grpc_exec_ctx *exec_ctx, void *arg, bool success) {
ping_result *pr = arg;
grpc_cq_end_op(exec_ctx, pr->cq, pr->tag, success, ping_destroy, pr,
&pr->completion_storage);