Revert "Replaced cached_msglist array with a btree persistent through the session."
[citadel.git] / citadel / context.h
index f7f17b6245064625d0f96806ff03c46b7cb26891..224b468f920f208bc2f18ce006db8eb791654f7b 100644 (file)
@@ -135,7 +135,7 @@ struct CitContext {
        void (*h_async_function) (void) ;       /* do async msgs function */
        void (*h_greeting_function) (void) ;    /* greeting function for session startup */
 
-       struct seenit *cached_msglist;          /* results of the previous CtdlForEachMessage() */
+       long *cached_msglist;                   /* results of the previous CtdlForEachMessage() */
        int cached_num_msgs;
 };