X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fthreads.h;fp=citadel%2Fthreads.h;h=11bad4f09e305606555a5f4930d5ebfe4b7d85ce;hp=2119e02395ce816186c59359f81c169ec44318f7;hb=f2f392abe416b03750cb053fd0780f62c85d3ae4;hpb=5ce143deec653885c56c978b03acea9265477297 diff --git a/citadel/threads.h b/citadel/threads.h index 2119e0239..11bad4f09 100644 --- a/citadel/threads.h +++ b/citadel/threads.h @@ -45,4 +45,7 @@ void go_threading(void); void InitializeMasterTSD(void); void CtdlThreadCreate(void *(*start_routine)(void*)); + +extern pthread_mutex_t ThreadCountMutex;; + #endif // THREADS_H