summaryrefslogtreecommitdiff
path: root/src/io_uring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io_uring.h')
-rw-r--r--src/io_uring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io_uring.h b/src/io_uring.h
index 40a5a89..b057733 100644
--- a/src/io_uring.h
+++ b/src/io_uring.h
@@ -27,6 +27,7 @@ struct io_uring_sqe {
union {
__kernel_rwf_t rw_flags;
__u32 fsync_flags;
+ __u16 poll_events;
};
__u64 user_data; /* data to be passed back at completion time */
union {