This commit is contained in:
Powers, Joshua
2022-11-26 16:26:30 -06:00
parent dacbdf83c6
commit 8488b58db4

View File

@@ -27,7 +27,7 @@
#include "park.h" #include "park.h"
// Jurassic Park // Jurassic Park
extern int begin; extern volatile int begin;
extern JPARK myPark; extern JPARK myPark;
extern pthread_mutex_t parkMutex; // mutex park variable access extern pthread_mutex_t parkMutex; // mutex park variable access
extern pthread_mutex_t fillSeat[NUM_CARS]; // (signal) seat ready to fill extern pthread_mutex_t fillSeat[NUM_CARS]; // (signal) seat ready to fill