Constant lrs::inotify::flags::WATCH_NO_UNLINKED

Don't generate events for unlinked children.

Syntax

const WATCH_NO_UNLINKED: WatchFlags = WatchFlags(IN_EXCL_UNLINK);

See also