Constant inotify_sys::IN_Q_OVERFLOW

source ·
pub const IN_Q_OVERFLOW: u32 = 0x00004000;
Expand description

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.