diff options
Diffstat (limited to 'io_uring/eventfd.h')
| -rw-r--r-- | io_uring/eventfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/eventfd.h b/io_uring/eventfd.h index e2f1985c2cf9..86c3c69eba1d 100644 --- a/io_uring/eventfd.h +++ b/io_uring/eventfd.h @@ -4,4 +4,4 @@ int io_eventfd_register(struct io_ring_ctx *ctx, void __user *arg, unsigned int eventfd_async); int io_eventfd_unregister(struct io_ring_ctx *ctx); -void io_eventfd_signal(struct io_ring_ctx *ctx, bool cqe_event); +void io_eventfd_signal(struct io_ring_ctx *ctx, bool cqe_event, bool defer); |
