Diff for /rpl/src/fusible.c between versions 1.32 and 1.35

version 1.32, 2011/09/14 14:34:28 version 1.35, 2011/10/10 16:39:00
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.3    RPL/2 (R) version 4.1.4
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 75  fusible(void *argument) Line 75  fusible(void *argument)
     temporisation.tv_sec = 0;      temporisation.tv_sec = 0;
     temporisation.tv_nsec = 100000000; // un dixième de seconde      temporisation.tv_nsec = 100000000; // un dixième de seconde
   
       // Par défaut, le thread peut être annulé.
   
   #   ifdef PTHREAD_CANCEL_ENABLE
     pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);      pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
   #   endif
   
     getrusage(RUSAGE_SELF, &s_rusage);      getrusage(RUSAGE_SELF, &s_rusage);
     temps_cpu_courant = s_rusage.ru_utime.tv_sec +      temps_cpu_courant = s_rusage.ru_utime.tv_sec +

Removed from v.1.32  
changed lines
  Added in v.1.35


CVSweb interface <joel.bertrand@systella.fr>