Constant inotify_sys::IN_DONT_FOLLOW[][src]

pub const IN_DONT_FOLLOW: uint32_t = 33554432

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.