Diff for /rpl/src/rpl.h between versions 1.152 and 1.153

version 1.152, 2011/12/05 19:35:54 version 1.153, 2011/12/16 13:46:56
Line 341  union semun Line 341  union semun
 //  SIGCONT  //  SIGCONT
 //  SIGPIPE  //  SIGPIPE
 //  SIGUSR1 et SIGUSR2 sont utilisé par libsigsegv.  //  SIGUSR1 et SIGUSR2 sont utilisé par libsigsegv.
   //  SIGHUP
   //  SIGALRM
   
 #   define SIGTEST                  SIGUSR1  #   define SIGTEST                  SIGUSR1
   
Line 2169  typedef struct processus Line 2171  typedef struct processus
   
     pid_t                       pid_processus_pere;      pid_t                       pid_processus_pere;
     pthread_t                   tid_processus_pere;      pthread_t                   tid_processus_pere;
       pthread_t                   tid;
   
     logical1                    processus_detache;      logical1                    processus_detache;
   

Removed from v.1.152  
changed lines
  Added in v.1.153


CVSweb interface <joel.bertrand@systella.fr>