Adding stuff corrected thx to lgrafi forhelping me

This commit is contained in:
Raphaël 2024-06-26 19:27:22 +02:00
parent 8cc0fbda87
commit 124064556e
4 changed files with 25 additions and 13 deletions

View file

@ -49,7 +49,7 @@ typedef struct s_philo
t_i32 eating_count;
t_usize t_last_eat;
t_usize start_time;
t_i32 *dead_check;
t_bool dead_check;
t_mutex *check_eating_count;
t_mutex *r_fork;
t_mutex *l_fork;