introduction mutex mais erreur
This commit is contained in:
@@ -4,6 +4,7 @@ t_philo *init_struc_philo(t_philo *new, t_conditions *conditions, int i)
|
||||
{
|
||||
new->conditions = conditions;
|
||||
new->philo_nbr = i + 1;
|
||||
new->fork = 1;
|
||||
return (new);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user