Function epoll_ctl [src]

Prototype

pub extern "c" fn epoll_ctl(epfd: fd_t, op: c_uint, fd: fd_t, event: ?*epoll_event) c_int

Parameters

epfd: fd_top: c_uintfd: fd_tevent: ?*epoll_event

Source

pub extern "c" fn epoll_ctl(epfd: fd_t, op: c_uint, fd: fd_t, event: ?*epoll_event) c_int