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 630aac6 commit afdeafdCopy full SHA for afdeafd
include/ejudge/runlog_state.h
@@ -2,7 +2,7 @@
2
#ifndef __RUNLOG_STATE_H__
3
#define __RUNLOG_STATE_H__
4
5
-/* Copyright (C) 2008-2022 Alexander Chernov <[email protected]> */
+/* Copyright (C) 2008-2023 Alexander Chernov <[email protected]> */
6
7
/*
8
* This program is free software; you can redistribute it and/or modify
@@ -87,6 +87,9 @@ struct runlog_state
87
RUNS_ACCESS int run_a;
88
teamdb_state_t teamdb_state;
89
90
+ // timestamp of the last change with microsecond precision
91
+ long long last_update_time_us;
92
+
93
struct user_flags_info_s user_flags; // banned/invisible/locked flags for users
94
95
int max_user_id;
0 commit comments