[][src]Constant inotify_sys::IN_MASK_ADD

pub const IN_MASK_ADD: u32 = 0x20000000;

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.