From a853f004101f22e94e2a18660bfb017a489e7b10 Mon Sep 17 00:00:00 2001 From: Joran Dirk Greef Date: Sun, 20 Sep 2020 19:51:23 +0200 Subject: [PATCH] Add IORING_FEAT_FAST_POLL --- lib/std/os/bits/linux.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/std/os/bits/linux.zig b/lib/std/os/bits/linux.zig index 9c0a29a652..2529abc2c8 100644 --- a/lib/std/os/bits/linux.zig +++ b/lib/std/os/bits/linux.zig @@ -1199,6 +1199,7 @@ pub const IORING_FEAT_NODROP = 1 << 1; pub const IORING_FEAT_SUBMIT_STABLE = 1 << 2; pub const IORING_FEAT_RW_CUR_POS = 1 << 3; pub const IORING_FEAT_CUR_PERSONALITY = 1 << 4; +pub const IORING_FEAT_FAST_POLL = 1 << 5; // io_uring_params.flags