mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Add IORING_FEAT_FAST_POLL
This commit is contained in:
parent
77903f8d4e
commit
a853f00410
@ -1199,6 +1199,7 @@ pub const IORING_FEAT_NODROP = 1 << 1;
|
|||||||
pub const IORING_FEAT_SUBMIT_STABLE = 1 << 2;
|
pub const IORING_FEAT_SUBMIT_STABLE = 1 << 2;
|
||||||
pub const IORING_FEAT_RW_CUR_POS = 1 << 3;
|
pub const IORING_FEAT_RW_CUR_POS = 1 << 3;
|
||||||
pub const IORING_FEAT_CUR_PERSONALITY = 1 << 4;
|
pub const IORING_FEAT_CUR_PERSONALITY = 1 << 4;
|
||||||
|
pub const IORING_FEAT_FAST_POLL = 1 << 5;
|
||||||
|
|
||||||
// io_uring_params.flags
|
// io_uring_params.flags
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user