[][src]Constant inotify_sys::IN_EXCL_UNLINK

pub const IN_EXCL_UNLINK: uint32_t

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.