summaryrefslogtreecommitdiff
path: root/grpc/src/core/lib/surface/channel_ping.cc
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/core/lib/surface/channel_ping.cc')
-rw-r--r--grpc/src/core/lib/surface/channel_ping.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/src/core/lib/surface/channel_ping.cc b/grpc/src/core/lib/surface/channel_ping.cc
index 82e55219..a6e53ec4 100644
--- a/grpc/src/core/lib/surface/channel_ping.cc
+++ b/grpc/src/core/lib/surface/channel_ping.cc
@@ -38,7 +38,7 @@ static void ping_destroy(void* arg, grpc_cq_completion* /*storage*/) {
gpr_free(arg);
}
-static void ping_done(void* arg, grpc_error* error) {
+static void ping_done(void* arg, grpc_error_handle error) {
ping_result* pr = static_cast<ping_result*>(arg);
grpc_cq_end_op(pr->cq, pr->tag, GRPC_ERROR_REF(error), ping_destroy, pr,
&pr->completion_storage);