Searched defs:pollfd (Results 1 – 1 of 1) sorted by relevance
47 struct pollfd { struct48 int fd; /* which file descriptor to poll */49 short events; /* events we are interested in */50 short revents; /* events found on return */