Nuovo capitolo sulla gestione avanzata dei processi, in cui si รจ
[gapil.git] / listati / pollfd.h
1 struct pollfd {
2         int fd;           /* file descriptor */
3         short events;     /* requested events */
4         short revents;    /* returned events */
5 };