Text, many performance improvements
This commit is contained in:
@@ -16,6 +16,7 @@ const IORING_SETUP_CLAMP: u32 = 1 << 4;
|
||||
const IORING_FEAT_SINGLE_MMAP: u32 = 1 << 0;
|
||||
|
||||
pub(crate) const IORING_OP_FSYNC: u8 = 3;
|
||||
pub(crate) const IORING_OP_POLL_ADD: u8 = 6;
|
||||
pub(crate) const IORING_OP_TIMEOUT: u8 = 11;
|
||||
pub(crate) const IORING_OP_TIMEOUT_REMOVE: u8 = 12;
|
||||
pub(crate) const IORING_OP_ACCEPT: u8 = 13;
|
||||
|
||||
Reference in New Issue
Block a user