From 2999fff88eef0cad39dbbc0054bdf8af9a92215e Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sun, 29 May 2022 23:03:56 +0200 Subject: Refactor code for rendering command line cache Fixes #1008 --- Settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Settings.h') diff --git a/Settings.h b/Settings.h index 345a535c..facd3f2a 100644 --- a/Settings.h +++ b/Settings.h @@ -96,6 +96,7 @@ typedef struct Settings_ { #endif bool changed; + uint64_t lastUpdate; } Settings; #define Settings_cpuId(settings, cpu) ((settings)->countCPUsFromOne ? (cpu)+1 : (cpu)) -- cgit v1.2.3