Commentato il codice del server echo basato sulla funzione poll.
[gapil.git] / listati / itimerval.h
1 struct itimerval 
2 {
3     struct timeval it_interval; /* next value */
4     struct timeval it_value;    /* current value */
5 };