Aggiunta trattazione del crash del server, eseguite alcune correzioni alla
[gapil.git] / listati / itimerval.h
1 struct itimerval 
2 {
3     struct timeval it_interval; /* next value */
4     struct timeval it_value;    /* current value */
5 };