Implement the philo side of the protocol
authorLukas Jiriste <ljiriste@student.42prague.com>
Thu, 30 May 2024 09:45:43 +0000 (11:45 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Thu, 30 May 2024 09:45:43 +0000 (11:45 +0200)
commit4d1c7c55264f4fdd45abb4cbcb45ad6289463853
tree4821218e09932e740e3589d658b0d01b5f757a67
parent698066112865b42fcce65f2a3e0ad159c4489f38
Implement the philo side of the protocol

The protocol is drafted in previous commit (commit 6980661).
The program now produces the correct output but needs to be checked
for bugs and races.

The hunger_watcher.c is renamed due to it containing more than
just the hunger watcher.
philo_bonus/Makefile
philo_bonus/main.c
philo_bonus/philo.c
philo_bonus/philo.h
philo_bonus/watchers.c [moved from philo_bonus/hunger_watcher.c with 66% similarity]