Updated configure scripts

This commit is contained in:
Michiel Broek
2003-12-23 18:33:42 +00:00
parent b70a0945a7
commit 1d96f106c5
4 changed files with 5 additions and 25 deletions

View File

@@ -120,9 +120,7 @@ int sched_run = FALSE; /* Scheduler running */
/*
* Global thread vaiables
*/
int thr_id[NUM_THREADS]; /* thread ID's */
pthread_t p_thread[NUM_THREADS]; /* thread's structure */
// pthread_mutex_t p_mutex = PTHREAD_MUTEX_INITIALIZER; /* Ping mutex */