SKIP_FILE

Constant SKIP_FILE 

Source
pub const SKIP_FILE: RawFd = sys::IORING_REGISTER_FILES_SKIP; // -2i32
Expand description

A RawFd, which can be used for register_files_update.

File descriptors can be skipped if they are set to SKIP_FILE. Skipping an fd will not touch the file associated with the previous fd at that index.