Varie correzioni, completata revisione capitolo sull'I/O su file
[gapil.git] / listati / pollfd.h
1 struct pollfd {
2         int fd;           /* file descriptor */
3         short events;     /* requested events */
4         short revents;    /* returned events */
5 };