Diff for /rpl/src/rpl.h between versions 1.142 and 1.144

version 1.142, 2011/11/19 17:53:46 version 1.144, 2011/11/26 10:01:33
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.4    RPL/2 (R) version 4.1.5
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 337  union semun Line 337  union semun
 //  SIGINT  //  SIGINT
 //  SIGTSTP  //  SIGTSTP
 //  SIGCONT  //  SIGCONT
 //  SIGURG  
 //  SIGPIPE  //  SIGPIPE
 //  SIGALRM  
   
 #   define SIGTEST                  SIGUSR1  #   define SIGTEST                  SIGUSR1
   
Line 1123  typedef struct fichier Line 1121  typedef struct fichier
 typedef struct rpl_mutex  typedef struct rpl_mutex
 {  {
     pthread_mutex_t     mutex;      pthread_mutex_t     mutex;
       pthread_t           tid;
 } struct_mutex;  } struct_mutex;
 #endif  #endif
   

Removed from v.1.142  
changed lines
  Added in v.1.144


CVSweb interface <joel.bertrand@systella.fr>