]> code.citadel.org Git - citadel.git/blobdiff - citadel/threads.h
Began working on the 'clean shutdown' code for the new thread architecture.
[citadel.git] / citadel / threads.h
index b673c6c074a13545188f41bcb9be89e0accf76e2..301cf113b30cca2b724738752ed2f71ee2e0b16b 100644 (file)
@@ -35,14 +35,13 @@ extern struct thread_tsd masterTSD;
 
 extern int num_workers;
 extern int active_workers;
+extern int server_shutting_down;
 
 struct thread_tsd *MyThread(void);
 int try_critical_section (int which_one);
 void begin_critical_section (int which_one);
 void end_critical_section (int which_one);
 void go_threading(void);
-int CtdlThreadCheckStop(void);
-void CtdlThreadStopAll(void);
 void InitializeMasterTSD(void);
 
 #endif // THREADS_H