We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdeafd commit 96a9e3bCopy full SHA for 96a9e3b
include/ejudge/serve_state.h
@@ -310,6 +310,13 @@ struct serve_state
310
time_t last_update_internal_xml_log;
311
time_t last_update_status_file;
312
313
+ // runlog last update timestamp on the moment of public log update
314
+ long long last_update_public_log_us;
315
+ // runlog last update timestamp on the moment of external XML update
316
+ long long last_update_external_xml_log_us;
317
+ // runlog last update timestamp on the moment of internal XML update
318
+ long long last_update_internal_xml_log_us;
319
+
320
time_t last_periodic_check;
321
time_t last_daily_reminder;
322
0 commit comments