Constant inotify_sys::IN_MASK_ADD[][src]

pub const IN_MASK_ADD: uint32_t = 536870912

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.