diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-01-17 14:24:28 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-01-17 14:24:28 -0700 |
commit | 768d4559d0078e70426ef08e0f8dfc0da0ece4d5 (patch) | |
tree | 1477de7e32d378d7ad126890adab57343d873abd /src | |
parent | 79a7d3a3f6710dc257dfb2095d5d91d73d0b93bf (diff) |
Update POLL API
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'src')
-rw-r--r-- | src/io_uring.h | 1 |
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 { |