summaryrefslogtreecommitdiff
path: root/grpc/src/core/lib/iomgr/iomgr_custom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/core/lib/iomgr/iomgr_custom.cc')
-rw-r--r--grpc/src/core/lib/iomgr/iomgr_custom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/src/core/lib/iomgr/iomgr_custom.cc b/grpc/src/core/lib/iomgr/iomgr_custom.cc
index 684044a5..9a9f06a5 100644
--- a/grpc/src/core/lib/iomgr/iomgr_custom.cc
+++ b/grpc/src/core/lib/iomgr/iomgr_custom.cc
@@ -45,7 +45,7 @@ static bool iomgr_platform_is_any_background_poller_thread(void) {
return false;
}
static bool iomgr_platform_add_closure_to_background_poller(
- grpc_closure* /*closure*/, grpc_error* /*error*/) {
+ grpc_closure* /*closure*/, grpc_error_handle /*error*/) {
return false;
}