From 473cf5d7576744b679b7a504232b5ebd4b5d689f Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 5 Oct 2020 15:06:03 +0200 Subject: Norming --- common/common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/common.h') diff --git a/common/common.h b/common/common.h index f810b6f..2415e73 100644 --- a/common/common.h +++ b/common/common.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/08 22:58:35 by cacharle #+# #+# */ -/* Updated: 2020/09/30 10:36:03 by cacharle ### ########.fr */ +/* Updated: 2020/10/05 14:30:07 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -22,7 +22,7 @@ typedef long int t_time; -typedef enum +typedef enum e_philo_event { EVENT_FORK, EVENT_EAT, @@ -34,7 +34,7 @@ typedef enum typedef struct { long int philo_num; - t_time timeout_death; + t_time timeout_death; t_time timeout_eat; t_time timeout_sleep; long int meal_num; -- cgit