Posts Tagged ‘poll’

epoll_ctl – control interface for an epoll descriptor
USAGE
#include <sys/epoll.h>

int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event)

DESCRIPTION
Control an epoll descriptor, epfd, by requesting that the operation op
[...]

Saturday, August 29th, 2009 at 00:42 | Comments Off
Categories: E
TOP