Diff for /rpl/src/rpl.h between versions 1.126 and 1.129

version 1.126, 2011/09/19 17:33:17 version 1.129, 2011/09/20 09:51:43
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.126  
changed lines
  Added in v.1.129


CVSweb interface <joel.bertrand@systella.fr>