Skip to content

Commit

Permalink
update uring detect (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
misssonder authored Sep 16, 2024
1 parent bb873b0 commit 687f921
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions monoio/src/utils/uring_detect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,27 @@ fn detect_uring_inner() -> bool {
Close::CODE,
Connect::CODE,
Fsync::CODE,
#[cfg(feature = "mkdirat")]
MkDirAt::CODE,
OpenAt::CODE,
PollAdd::CODE,
ProvideBuffers::CODE,
Read::CODE,
Readv::CODE,
Recv::CODE,
#[cfg(feature = "renameat")]
RenameAt::CODE,
Send::CODE,
SendMsg::CODE,
RecvMsg::CODE,
#[cfg(feature = "splice")]
Splice::CODE,
Statx::CODE,
#[cfg(feature = "symlinkat")]
SymlinkAt::CODE,
Timeout::CODE,
#[cfg(feature = "unlinkat")]
UnlinkAt::CODE,
Write::CODE,
Writev::CODE,
];
Expand Down

0 comments on commit 687f921

Please sign in to comment.