Corretti i commenti ai listati in una forma piu' leggibile (spero).
[gapil.git] / listati / pollfd.h
1 struct pollfd {
2         int fd;           /* file descriptor */
3         short events;     /* requested events */
4         short revents;    /* returned events */
5 };