pub fn epoll_ctl(
epoll_id: u32,
op: u32,
fd: i32,
event: Option<&EpollEvent>,
) -> Result<(), KernelError>Expand description
Perform a control operation on an epoll instance.
pub fn epoll_ctl(
epoll_id: u32,
op: u32,
fd: i32,
event: Option<&EpollEvent>,
) -> Result<(), KernelError>Perform a control operation on an epoll instance.