From 907debbb7d1e7ccc4914805cfe4acbed92b82bcc Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 4 Jan 2021 12:20:25 +0100 Subject: Added buffered output, Added waiting for all to be started --- common/common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/common.h') diff --git a/common/common.h b/common/common.h index d224264..09fdf79 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: 2021/01/03 16:34:25 by cacharle ### ########.fr */ +/* Updated: 2021/01/04 11:52:30 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -62,6 +62,7 @@ void h_sleep(t_time sleep_time); void philo_put( size_t id, t_philo_event event, t_time initial_time); +void philo_put_flush(void); int h_err(int ret, const char *format, char *str); #endif -- cgit