[][src]Constant inotify_sys::IN_MASK_ADD

pub const IN_MASK_ADD: uint32_t

Update existing watch mask, instead of replacing it

This bit can be set in inotify_add_watch's mask parameter, to configure the watch.

See man page for additional details.