Skip to content

Commit

Permalink
fully qualified type name for ring params
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Jan 24, 2024
1 parent d4ff0fb commit 2fb2801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proactor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ impl Proactor {

#[cfg(all(feature = "iouring", target_os = "linux"))]
/// Get IO_URING backend probes
pub fn probes(&self) -> &rustix_uring::Parameters {
pub fn ring_params(&self) -> &rustix_uring::Parameters {
unsafe { IO_URING.as_ref().unwrap().params() }
}
}
Expand Down

0 comments on commit 2fb2801

Please sign in to comment.