summaryrefslogtreecommitdiff
path: root/grpc/src/core/lib/iomgr/iomgr_internal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/core/lib/iomgr/iomgr_internal.cc')
-rw-r--r--grpc/src/core/lib/iomgr/iomgr_internal.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/grpc/src/core/lib/iomgr/iomgr_internal.cc b/grpc/src/core/lib/iomgr/iomgr_internal.cc
index 896d9fce..e5ce8ab3 100644
--- a/grpc/src/core/lib/iomgr/iomgr_internal.cc
+++ b/grpc/src/core/lib/iomgr/iomgr_internal.cc
@@ -50,8 +50,8 @@ bool grpc_iomgr_platform_is_any_background_poller_thread() {
return iomgr_platform_vtable->is_any_background_poller_thread();
}
-bool grpc_iomgr_platform_add_closure_to_background_poller(grpc_closure* closure,
- grpc_error* error) {
+bool grpc_iomgr_platform_add_closure_to_background_poller(
+ grpc_closure* closure, grpc_error_handle error) {
return iomgr_platform_vtable->add_closure_to_background_poller(closure,
error);
}