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

version 1.143, 2011/11/24 11:34:21 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 1121  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.143  
changed lines
  Added in v.1.144


CVSweb interface <joel.bertrand@systella.fr>