[][src]Function gelo::add_device_to_epoll_from_inotify_event

pub fn add_device_to_epoll_from_inotify_event(
    epoll_fd: RawFd,
    event: Event<&OsStr>,
    devices: &mut Vec<Device>
) -> Result<()>