io_uring_prep_close

fnvoid io_uring_prep_close(io_uring_sqe * sqe, int fd, ulong user_data) pure @safe

Prepare an SQE for a CLOSE operation.

Parameters

sqePointer to the SQE to prepare.
fdFile descriptor to close.
user_dataUser data to be returned with the completion.