Diff for /rpl/src/rpl.h between versions 1.127 and 1.128

version 1.127, 2011/09/20 07:16:40 version 1.128, 2011/09/20 08:56:24
Line 2178  typedef struct processus Line 2178  typedef struct processus
     pthread_mutex_t             mutex_allocation;      pthread_mutex_t             mutex_allocation;
   
     // Mutex autorisant les fork()      // Mutex autorisant les fork()
     pthread_mutex_t             mutex_fork;      sem_t                       semaphore_fork;
   
 /* Mutexes                                          */  /* Mutexes                                          */
   

Removed from v.1.127  
changed lines
  Added in v.1.128


CVSweb interface <joel.bertrand@systella.fr>