[−][src]Constant inotify_sys::IN_ONESHOT
pub const IN_ONESHOT: uint32_t = 0x80000000;
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.