]> code.citadel.org Git - citadel.git/blobdiff - citadel/context.h
Replaced cached_msglist array with a btree persistent through the session.
[citadel.git] / citadel / context.h
index 005ac358519a8d875660a935aac10469cbc1c3d5..62b6afb9ce6dc74e03eab13f2818a1d8414910e5 100644 (file)
@@ -114,7 +114,7 @@ struct CitContext {
        void (*h_async_function) (void) ;       /* do async msgs function */
        void (*h_greeting_function) (void) ;    /* greeting function for session startup */
 
-       long *cached_msglist;                   /* results of the previous CtdlForEachMessage() */
+       struct seenit *cached_msglist;          /* results of the previous CtdlForEachMessage() */
        int cached_num_msgs;
 };