#include <poll.h>
Data Fields | |
int | fd |
The file descriptor to be polled. | |
short | events |
The events on which to trigger a return. | |
short | revents |
The events which occurred. |
int pollfd::fd |
The file descriptor to be polled.
short pollfd::events |
The events on which to trigger a return.
short pollfd::revents |
The events which occurred.
Filled out by poll.