Ajout nbAttente à FileAttente

master
Alix JEUDI--LEMOINE 2 years ago
parent 1e6239c70d
commit ab18e6e045

@ -49,6 +49,7 @@ typedef struct Maillon {
typedef struct { typedef struct {
Maillon *tete; Maillon *tete;
Maillon *queue; Maillon *queue;
int nbAttente;
} FileAttente; } FileAttente;
typedef CandidatTraite** ListeAdmis; typedef CandidatTraite** ListeAdmis;
Loading…
Cancel
Save