]> code.citadel.org Git - citadel.git/blobdiff - citadel/threads.h
Wait longer (30 seconds instead of 10) to connect to Citadel server when running...
[citadel.git] / citadel / threads.h
index 2119e02395ce816186c59359f81c169ec44318f7..11bad4f09e305606555a5f4930d5ebfe4b7d85ce 100644 (file)
@@ -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