Display PASS/FAIL syslog msgs for the new security check.
[citadel.git] / citadel / context.h
index 4c7c117a5dee4488b4d089522917ead43f6c495a..224b468f920f208bc2f18ce006db8eb791654f7b 100644 (file)
@@ -136,6 +136,7 @@ struct CitContext {
        void (*h_greeting_function) (void) ;    /* greeting function for session startup */
 
        long *cached_msglist;                   /* results of the previous CtdlForEachMessage() */
+       int cached_num_msgs;
 };
 
 typedef struct CitContext CitContext;