IORING_REGISTER_FILES_SKIP

Skip updating fd indexes set to this value in the fd table

Support for skipping a file descriptor when using IORING_REGISTER_FILES_UPDATE. __io_sqe_files_update will skip fds set to IORING_REGISTER_FILES_SKIP

Note: Available from Linux 5.12

version(linux)
@system nothrow @nogc
enum IORING_REGISTER_FILES_SKIP = -2;

Meta