inotify::ffi::IN_MASK_ADD [] [src]

pub const IN_MASK_ADD: uint32_t = 536870912

Option: Add events to an existing watch instead of replacing it.

If a watch instance already exists for the filesystem object corresponding to self, add (|) the events to the watch mask instead of replacing it.