Skip to content

Commit

Permalink
Add IORING_ENTER_REGISTERED_RING flag (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanseipp authored Sep 20, 2023
1 parent cb15bd0 commit 5d6b687
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/io_uring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ bitflags::bitflags! {
/// `IORING_ENTER_EXT_ARG`
const EXT_ARG = sys::IORING_ENTER_EXT_ARG;

/// `IORING_ENTER_REGISTERED_RING`
const REGISTERED_RING = sys::IORING_ENTER_REGISTERED_RING;

/// <https://docs.rs/bitflags/latest/bitflags/#externally-defined-flags>
const _ = !0;
}
Expand Down

0 comments on commit 5d6b687

Please sign in to comment.