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.
pub const IN_ONESHOT: u32 = 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.