davew: clean ups, addition to documentation of API and addition of an event to clean...
[citadel.git] / citadel / server.h
index 96949ed154266375faeab30a5a7d673df70a786e..c455cff538c8f72f21b03baf53bb0add7296d0ce 100644 (file)
@@ -346,7 +346,7 @@ extern struct SessionFunctionHook *SessionHookTable;
 
 #define EVT_TIMER      50      /* Timer events are called once per minute
                                   and are not tied to any session */
-
+#define EVT_HOUSE      51      /* as needed houskeeping stuff */
 /*
  * UserFunctionHook extensions are used for any type of hook which implements
  * an operation on a user or username (potentially) other than the one