summaryrefslogtreecommitdiffstats
path: root/Settings.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2021-08-23 14:53:24 +0200
committerDaniel Lange <DLange@git.local>2021-08-23 14:53:24 +0200
commit6d10736a647d5f83e48abbb9a8db2f0a44e7ed29 (patch)
tree879a444d6a886695a90f1707afc92e0395d8d52d /Settings.h
parenta912512ac917698cd1fabd01e289f86dd55b43fe (diff)
parent35d94a5ae5c167c74c42452c8c0d4729c5b3f337 (diff)
Merge branch 'config_versions' of fasterit/htop
Diffstat (limited to 'Settings.h')
-rw-r--r--Settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Settings.h b/Settings.h
index 97ef58a0..a512341b 100644
--- a/Settings.h
+++ b/Settings.h
@@ -18,6 +18,8 @@ in the source distribution for its full text.
#define DEFAULT_DELAY 15
+#define CONFIG_READER_MIN_VERSION 2
+
typedef struct {
int len;
char** names;
@@ -26,6 +28,7 @@ typedef struct {
typedef struct Settings_ {
char* filename;
+ int config_version;
MeterColumnSettings columns[2];
Hashtable* dynamicColumns;

© 2014-2024 Faster IT GmbH | imprint | privacy policy