Constant inotify_sys::IN_EXCL_UNLINK
source · pub const IN_EXCL_UNLINK: u32 = 0x04000000;Expand description
Ignore events for children, that have been unlinked from watched directory
This bit can be set in inotify_add_watch’s mask parameter, to
configure the watch.
See man page for additional details.