Constant inotify_sys::IN_UNMOUNT[][src]

pub const IN_UNMOUNT: uint32_t = 8192

Indicates that file system containing a watched object has been unmounted

An IN_IGNORED event will be generated subsequently.

This constant can be used to check against the mask field in inotify_event.

See man page for additional details.