Diff for /rpl/src/rpl.h between versions 1.309 and 1.313

version 1.309, 2017/07/04 10:28:09 version 1.313, 2017/07/31 12:03:30
Line 553  union semun Line 553  union semun
     sem_t *sem_open2(pid_t pid, int ordre);      sem_t *sem_open2(pid_t pid, int ordre);
 #endif  #endif
   
 __EXTERN__ int  affichage_rplso;  
   
 // Le mutex est là uniquement pour pouvoir émuler le comportement  // Le mutex est là uniquement pour pouvoir émuler le comportement
 // de sem_getvalue() sur un système comme MacOS X qui ne possède pas  // de sem_getvalue() sur un système comme MacOS X qui ne possède pas
 // cette fonction.  // cette fonction.
Line 1781  typedef struct instruction_externe Line 1779  typedef struct instruction_externe
     unsigned char       *nom;      unsigned char       *nom;
     unsigned char       *nom_bibliotheque;      unsigned char       *nom_bibliotheque;
     void                *descripteur_bibliotheque;      void                *descripteur_bibliotheque;
       integer8            position_fleche;
 } struct_instruction_externe;  } struct_instruction_externe;
   
   

Removed from v.1.309  
changed lines
  Added in v.1.313


CVSweb interface <joel.bertrand@systella.fr>