Diff for /rpl/src/interruptions.c between versions 1.114 and 1.115

version 1.114, 2013/02/22 19:48:22 version 1.115, 2013/02/23 15:02:20
Line 81  thread_surveillance_signaux(void *argume Line 81  thread_surveillance_signaux(void *argume
   
     volatile struct_liste_chainee_volatile  *l_element_courant;      volatile struct_liste_chainee_volatile  *l_element_courant;
   
       sigset_t                                set;
   
       sigfillset(&set);
       pthread_sigmask(SIG_BLOCK, &set, NULL);
   
     s_etat_processus = (struct_processus *) argument;      s_etat_processus = (struct_processus *) argument;
   
     for(;;)      for(;;)

Removed from v.1.114  
changed lines
  Added in v.1.115


CVSweb interface <joel.bertrand@systella.fr>