[][src]Constant inotify_sys::IN_ONESHOT

pub const IN_ONESHOT: uint32_t

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.