[][src]Constant inotify_sys::IN_DONT_FOLLOW

pub const IN_DONT_FOLLOW: uint32_t

Don't dereference path, if it is a symbolic link

This bit can be set in inotify_add_watch's mask parameter, to configure the watch.

See man page for additional details.