more work on libevĀ“ing the rss-reader.
[citadel.git] / citadel / event_client.h
index a3d467db072ca2b3aff780ba54e48c81b40633e8..23fdf68dbb34971da133c287f08adad1347391d7 100644 (file)
@@ -92,6 +92,10 @@ struct AsyncIO {
        
        evcurl_request_data HttpReq;
 
+       /* Saving / loading a message async from / to disk */
+
+       struct CtdlMessage *AsyncMsg;
+       struct recptypes AsyncRcp;
        /* Custom data; its expected to contain  AsyncIO so we can save malloc()s... */
        void *Data;        /* application specific data */
        void *CitContext;  /* Citadel Session context... */