prep_link_timeout
Function parameters
Parameters
- sqe:*linux.io_uring_sqe
- ts:*const linux.kernel_timespec
- flags:u32
Type definitions in this namespace
Types
Source
Implementation
pub fn prep_link_timeout(
sqe: *linux.io_uring_sqe,
ts: *const linux.kernel_timespec,
flags: u32,
) void {
sqe.prep_rw(.LINK_TIMEOUT, -1, @intFromPtr(ts), 1, 0);
sqe.rw_flags = flags;
}