--- rpl/src/rpl.h 2017/07/04 10:28:09 1.309 +++ rpl/src/rpl.h 2017/07/31 12:03:30 1.313 @@ -553,8 +553,6 @@ union semun sem_t *sem_open2(pid_t pid, int ordre); #endif -__EXTERN__ int affichage_rplso; - // 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 // cette fonction. @@ -1781,6 +1779,7 @@ typedef struct instruction_externe unsigned char *nom; unsigned char *nom_bibliotheque; void *descripteur_bibliotheque; + integer8 position_fleche; } struct_instruction_externe;