Constant lrs::inotify::flags::WATCH_DONT_FOLLOW_LINKS

Don't follow symlinks when adding the watch.

Syntax

const WATCH_DONT_FOLLOW_LINKS: WatchFlags = WatchFlags(IN_DONT_FOLLOW);

See also