summaryrefslogtreecommitdiff
path: root/grpc/src/core/lib/iomgr/lockfree_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/core/lib/iomgr/lockfree_event.h')
-rw-r--r--grpc/src/core/lib/iomgr/lockfree_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/src/core/lib/iomgr/lockfree_event.h b/grpc/src/core/lib/iomgr/lockfree_event.h
index f7e85540..944f364b 100644
--- a/grpc/src/core/lib/iomgr/lockfree_event.h
+++ b/grpc/src/core/lib/iomgr/lockfree_event.h
@@ -56,7 +56,7 @@ class LockfreeEvent {
// Sets the shutdown state. If a closure had been provided by NotifyOn and has
// not yet been scheduled, it will be scheduled with \a shutdown_error.
- bool SetShutdown(grpc_error* shutdown_error);
+ bool SetShutdown(grpc_error_handle shutdown_error);
// Signals that the event has been received.
void SetReady();