track c_lastseen so we can use it in read operations
[citadel.git] / webcit-ng / webcit.h
index 72e40eed8d40fa899a85f48e30a2d1c0a2b883cd..a818260d3824a9c23fab689d797f11b35b8c1fc6 100644 (file)
@@ -82,6 +82,7 @@ struct ctdlsession {
        char room[128];                         // What room we are currently in
        int room_current_view;
        int room_default_view;
+       long last_seen;
        int new_messages;
        int total_messages;
        time_t last_access;                     // Timestamp of last request that used this session