We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4996eb8 commit e6f891dCopy full SHA for e6f891d
src/io_uring/mod.rs
@@ -453,6 +453,9 @@ pub enum IoringRegisterOp {
453
454
/// `IORING_REGISTER_RESIZE_RINGS`(since Linux 6.13)
455
RegisterResizeRings = sys::io_uring_register_op::IORING_REGISTER_RESIZE_RINGS as _,
456
+
457
+ /// `IORING_REGISTER_MEM_REGION` (since Linux 6.13)
458
+ RegisterMemRegion = sys::io_uring_register_op::IORING_REGISTER_MEM_REGION as _,
459
}
460
461
bitflags::bitflags! {
0 commit comments