[][src]Constant inotify_sys::IN_ALL_EVENTS

pub const IN_ALL_EVENTS: uint32_t

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.