Constant inotify_sys::IN_ONESHOT[][src]

pub const IN_ONESHOT: uint32_t = 2147483648

Remove watch after one event

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

See man page for additional details.