Diff for /rpl/src/rpl.h between versions 1.10 and 1.11

version 1.10, 2010/03/01 14:48:14 version 1.11, 2010/03/04 10:09:31
Line 1420  typedef struct processus Line 1420  typedef struct processus
     pthread_t                   thread_fusible;      pthread_t                   thread_fusible;
     pthread_t                   thread_surveille_par_fusible;      pthread_t                   thread_surveille_par_fusible;
   
   #   ifndef Cygwin
     stack_t                     pile_signal;      stack_t                     pile_signal;
   #   else
   #   define SA_ONSTACK           0
   #   define RTLD_LOCAL           0
   #   endif
   
 /* Contextes                                            */  /* Contextes                                            */
   

Removed from v.1.10  
changed lines
  Added in v.1.11


CVSweb interface <joel.bertrand@systella.fr>