[][src]Constant inotify_sys::IN_ONLYDIR

pub const IN_ONLYDIR: uint32_t

Only watch path, if it is a directory

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

See man page for additional details.