Constant inotify_sys::IN_ONESHOT
source · pub const IN_ONESHOT: u32 = 0x80000000;
Expand description
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.