Function nix::sys::epoll::epoll_ctl
[−]
[src]
pub fn epoll_ctl(
epfd: RawFd,
op: EpollOp,
fd: RawFd,
event: &EpollEvent
) -> Result<()>