aboutsummaryrefslogtreecommitdiff
path: root/philo/include/philo.h
diff options
context:
space:
mode:
Diffstat (limited to 'philo/include/philo.h')
-rw-r--r--philo/include/philo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/philo/include/philo.h b/philo/include/philo.h
index b4db15b..fbcf53f 100644
--- a/philo/include/philo.h
+++ b/philo/include/philo.h
@@ -6,7 +6,7 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/17 10:23:19 by dkaiser #+# #+# */
-/* Updated: 2025/01/18 16:57:23 by dkaiser ### ########.fr */
+/* Updated: 2025/01/18 17:09:50 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
@@ -51,6 +51,6 @@ typedef struct s_philo
t_phdata *data;
} t_philo;
-int run_simulation(int nbr_of_philos, t_philo *philos);
+int run_simulation(int nbr_of_philos, t_philo *philos, t_phdata *data);
#endif