]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/webcit.h
Add a web API command for the server STAT command. This will allow us to implement...
[citadel.git] / webcit-ng / webcit.h
index eeeac89b2bace6f9f84f061d0c5f753c2ab0b299..9e6d069ba9752310db2bd03905105b809e0a81cd 100644 (file)
@@ -90,6 +90,8 @@ struct ctdlsession {
        int total_messages;
        time_t last_access;                     // Timestamp of last request that used this session
        time_t num_requests_handled;
+       time_t room_mtime;                      // Timestampt of the most recent write activity in this room
+       int new_mail;                           // number of new messages in the user's INBOX
 };
 
 extern char *ssl_cipher_list;