]> code.citadel.org Git - citadel.git/blobdiff - citadel/context.h
* if we're shutting down instantly close our server file descriptions
[citadel.git] / citadel / context.h
index 7a71d3b96eb04c79bed04a840b071a75995f5ec9..b4607da63dc8ca37ab65b512b867722ce83c19b6 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: sysdep_decls.h 7265 2009-03-25 23:18:46Z dothebart $ */
 
 #ifndef CONTEXT_H
 #define CONTEXT_H
@@ -158,6 +157,9 @@ void InitializeMasterCC(void);
 void dead_session_purge(int force);
 void set_async_waiting(struct CitContext *ccptr);
 
+/* forcibly close and flush fd's on shutdown */
+void terminate_stuck_sessions(void);
+
 /* Deprecated, user CtdlBumpNewMailCounter() instead */
 void BumpNewMailCounter(long) __attribute__ ((deprecated));