Constant inotify_sys::IN_ALL_EVENTS

source ·
pub const IN_ALL_EVENTS: u32 = _; // 4_095u32
Expand description

Event: Any event occured

This is a combination of all the other event constants:

This constant can be passed to inotify_add_watch, to register interest in any type of event.

See man page for additional details.