pub fn notify_child_event(
parent_inode: u64,
mask: u32,
cookie: u32,
child_name: &str,
is_dir: bool,
)Expand description
Convenience wrapper: notify a directory watch about an event on a child.
Sets the IN_ISDIR flag if is_dir is true.