authorgravatar for joran@ronomon.comJoran Dirk Greef <joran@ronomon.com> 2020-09-20 19:51:23+02:00
committergravatar for joran@ronomon.comJoran Dirk Greef <joran@ronomon.com> 2020-09-20 19:51:23+02:00
loga853f004101f22e94e2a18660bfb017a489e7b10
tree25a6ed06b46032964f587176e0431293978f778c
parent77903f8d4ec229acfa67f8b55ad0bfb8cd9d111e

Add IORING_FEAT_FAST_POLL


1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/os/bits/linux.zig+1
......@@ -1199,6 +1199,7 @@ pub const IORING_FEAT_NODROP = 1 << 1;
11991199pub const IORING_FEAT_SUBMIT_STABLE = 1 << 2;
12001200pub const IORING_FEAT_RW_CUR_POS = 1 << 3;
12011201pub const IORING_FEAT_CUR_PERSONALITY = 1 << 4;
1202pub const IORING_FEAT_FAST_POLL = 1 << 5;
12021203
12031204// io_uring_params.flags
12041205