io_uring_sqe_set_fixed_file

fnvoid io_uring_sqe_set_fixed_file(io_uring_sqe * sqe) pure @safe nothrow @nogc

Set 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

sqePointer to the SQE.