Constant inotify_sys::IN_IGNORED [] [src]

pub const IN_IGNORED: uint32_t = 32768

Info: Watch was removed.

This can occur either as a result of inotify_rm_watch(), or because self was deleted or the containing filesystem was unmounted, or after an IN_ONESHOT watch is complete.

See the BUGS section of inotify(7) for more details.