Constant lrs::inotify::flags::WATCH_OR_EVENTS

If a watch already exists, extend the watched events by OR-ing the masks.

Syntax

const WATCH_OR_EVENTS: WatchFlags = WatchFlags(IN_MASK_ADD);

See also