Constant inotify_sys::IN_MASK_ADD
source · pub const IN_MASK_ADD: u32 = 0x20000000;
Expand description
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.