From 768d4559d0078e70426ef08e0f8dfc0da0ece4d5 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 17 Jan 2019 14:24:28 -0700 Subject: Update POLL API Signed-off-by: Jens Axboe --- src/io_uring.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/io_uring.h') 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 { -- cgit