[][src]Constant inotify_sys::IN_EXCL_UNLINK

pub const IN_EXCL_UNLINK: u32 = 0x04000000;

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.