io_uring_sqe_set_fixed_file
fn
void io_uring_sqe_set_fixed_file(io_uring_sqe * sqe) pure @safe nothrow @nogcSet the fixed-file flag on an SQE.
When set, the fd field is an index into the registered file array rather than a raw file descriptor.
Parameters
sqe | Pointer to the SQE. |