summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcessList.h
diff options
context:
space:
mode:
authorMurloc Knight <murlockkinght@gmail.com>2020-09-22 18:54:15 +0700
committercgzones <cgzones@googlemail.com>2020-10-31 18:51:53 +0100
commitab17ef4dc0a306b7481cb47149b1c25f7f200932 (patch)
treee7e0c8de0788ec3d3a2f20ab0b510df1fc071c61 /linux/LinuxProcessList.h
parent43d274a6179846e5dfaf1bd0b75b57f6e65a8e88 (diff)
Zram Meter feature
Diffstat (limited to 'linux/LinuxProcessList.h')
-rw-r--r--linux/LinuxProcessList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/LinuxProcessList.h b/linux/LinuxProcessList.h
index 4427ccdf..1795543f 100644
--- a/linux/LinuxProcessList.h
+++ b/linux/LinuxProcessList.h
@@ -15,8 +15,10 @@ in the source distribution for its full text.
#include "Hashtable.h"
#include "ProcessList.h"
#include "UsersTable.h"
+#include "ZramStats.h"
#include "zfs/ZfsArcStats.h"
+
typedef struct CPUData_ {
unsigned long long int totalTime;
unsigned long long int userTime;
@@ -67,6 +69,7 @@ typedef struct LinuxProcessList_ {
#endif
ZfsArcStats zfs;
+ ZramStats zram;
} LinuxProcessList;
#ifndef PROCDIR

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