* if we're shutting down instantly close our server file descriptions
[citadel.git] / citadel / context.h
index 8fc79cfe0d4bb64354d266c6da60e872f0eec7a4..b4607da63dc8ca37ab65b512b867722ce83c19b6 100644 (file)
@@ -157,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));