Versione finale del client ECHO su TCP, con esempio di uso della funzione
[gapil.git] / listati / sigevent.h
1 struct sigevent
2 {
3     sigval_t sigev_value;
4     int sigev_signo;
5     int sigev_notify;
6     void (*sigev_notify_function)(sigval_t);
7     pthread_attr_t *sigev_notify_attributes;
8 };