Skip to content
Snippets Groups Projects
Commit b95e8cd4 authored by ismail.abloua's avatar ismail.abloua
Browse files

rm useless values

parent c1bab9e8
Branches
No related tags found
No related merge requests found
......@@ -6,14 +6,11 @@
#include <time.h>
// Constants
#define MAX_SITES 20
#define MAX_HABITANTS 200
#define MAX_TRUCK 4
// Structures
typedef struct {
int nb_bikes;
int nb_bornes;
pthread_mutex_t mutex;
sem_t sem_bikes;
sem_t sem_slots;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment