[][src]Function linux::syscall::inotify_add_watch

pub fn inotify_add_watch(fd: c_int, path: KStr, mask: u32) -> c_int

Adds or modifies an inotify watch.

[argument, fd] The fd of the inotify object.

[argument, path] The path to watch.

[argument, mask] The events to watch.

= See also

  • link:man:inotify_add_watch(2)