![]() ![]() | ![]() |
version 1.46, 2012/12/18 13:19:35 | version 1.48, 2013/02/23 15:20:21 |
---|---|
Line 53 fusible(void *argument) | Line 53 fusible(void *argument) |
struct timespec temporisation; | struct timespec temporisation; |
sigset_t set; | |
sigfillset(&set); | |
pthread_sigmask(SIG_BLOCK, &set, NULL); | |
s_etat_processus = argument; | s_etat_processus = argument; |
if ((*s_etat_processus).debug == d_vrai) | if ((*s_etat_processus).debug == d_vrai) |