X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit-ng%2Fwebcit.h;h=a818260d3824a9c23fab689d797f11b35b8c1fc6;hp=72e40eed8d40fa899a85f48e30a2d1c0a2b883cd;hb=b189e3c20289655e602210cb8e250bfd98d9dd47;hpb=269decbb69b66c91c370b640101069084ecbfab7 diff --git a/webcit-ng/webcit.h b/webcit-ng/webcit.h index 72e40eed8..a818260d3 100644 --- a/webcit-ng/webcit.h +++ b/webcit-ng/webcit.h @@ -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