introduction mutex mais erreur

This commit is contained in:
hugogogo
2022-01-10 15:44:30 +01:00
parent b93e8c5e22
commit 81f0ded5e3
3 changed files with 34 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ typedef struct s_philo
{
t_conditions *conditions;
int philo_nbr;
int fork;
struct s_philo *prev;
struct s_philo *next;
} t_philo;