Constant inotify_sys::IN_EXCL_UNLINK[][src]

pub const IN_EXCL_UNLINK: uint32_t = 67108864

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.