Diff for /rpl/src/rpl.h between versions 1.295 and 1.299

version 1.295, 2016/03/24 09:38:29 version 1.299, 2016/08/26 08:57:56
Line 272 Line 272
 #   define __STATIC_MUTEX_INITIALIZATION__  #   define __STATIC_MUTEX_INITIALIZATION__
 #endif  #endif
   
   
 /*  /*
 ================================================================================  ================================================================================
   Bugs spécifiques    Bugs spécifiques
Line 528  union semun Line 529  union semun
     __EXTERN__ pthread_mutex_t      mutex_sem __STATIC_MUTEX_INITIALIZATION__;      __EXTERN__ pthread_mutex_t      mutex_sem __STATIC_MUTEX_INITIALIZATION__;
   
     __EXTERN__ volatile int         routine_recursive;      __EXTERN__ volatile int         routine_recursive;
     __EXTERN__ volatile sig_atomic_t      __EXTERN__ volatile int         nombre_thread_surveillance_processus;
                                     nombre_thread_surveillance_processus;  
   
 #   define SEM_FORK                 0  #   define SEM_FORK                 0
 #   define SEM_QUEUE                1  #   define SEM_QUEUE                1

Removed from v.1.295  
changed lines
  Added in v.1.299


CVSweb interface <joel.bertrand@systella.fr>