1
0
mirror of https://gitlab.com/klmp200/LO41.git synced 2025-07-18 07:39:23 +00:00

Merge branch 'master' into 'bro'

# Conflicts:
#   Elevator/Elevator.c
This commit is contained in:
Aethor
2018-06-22 00:00:32 +00:00
7 changed files with 37 additions and 5 deletions

View File

@ -133,7 +133,8 @@ void *runnable_Elevator(void * void_this){
AGENT_OPTIONS
printf("Ascenseur %s : Initialisation...\n", this->name);
for (;;){
while (data->is_active_passengers_left(data)){
// for (;;){
usleep(250000);
if(this->target_floor == this->get_floor(this)){