Constant inotify_sys::IN_UNMOUNT
source · pub const IN_UNMOUNT: u32 = 0x00002000;
Expand description
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.