Diff for /rpl/src/fusible.c between versions 1.51 and 1.52

version 1.51, 2013/03/20 17:11:43 version 1.52, 2013/03/27 09:14:51
Line 53  fusible(void *argument) Line 53  fusible(void *argument)
   
     struct timespec         temporisation;      struct timespec         temporisation;
   
     sigset_t                                set;      sigset_t                set;
   
     sigfillset(&set);      sigfillset(&set);
     pthread_sigmask(SIG_BLOCK, &set, NULL);      pthread_sigmask(SIG_BLOCK, &set, NULL);

Removed from v.1.51  
changed lines
  Added in v.1.52


CVSweb interface <joel.bertrand@systella.fr>