Diff for /rpl/src/rpl.h between versions 1.260 and 1.261

version 1.260, 2015/01/28 11:45:44 version 1.261, 2015/01/30 07:53:15
Line 2357  typedef struct processus Line 2357  typedef struct processus
     struct timeval              horodatage_profilage;      struct timeval              horodatage_profilage;
   
     pthread_mutex_t             mutex_allocation;      pthread_mutex_t             mutex_allocation;
       pthread_mutex_t             mutex_allocation_buffer;
     pthread_mutex_t             mutex_interruptions;      pthread_mutex_t             mutex_interruptions;
     pthread_mutex_t             mutex_pile_processus;      pthread_mutex_t             mutex_pile_processus;
     pthread_mutex_t             mutex_signaux;      pthread_mutex_t             mutex_signaux;

Removed from v.1.260  
changed lines
  Added in v.1.261


CVSweb interface <joel.bertrand@systella.fr>