]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysdep_decls.h
* New HALT command shuts down server but suspends instead of exiting.
[citadel.git] / citadel / sysdep_decls.h
index c805176a0f5a5d3cf8ad0da10e11297243347585..d92d28e5710c96fc205c9679d6db48b7a37e87a7 100644 (file)
@@ -74,6 +74,8 @@ void create_worker(void);
 
 extern int num_sessions;
 extern volatile int time_to_die;
+extern volatile int shutdown_and_halt;
+
 extern int verbosity;
 extern int rescan[];