[][src]Constant inotify_sys::IN_Q_OVERFLOW

pub const IN_Q_OVERFLOW: u32 = 0x00004000;

Indicates that the event queue has overflowed

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

See man page for additional details.