From ab17ef4dc0a306b7481cb47149b1c25f7f200932 Mon Sep 17 00:00:00 2001 From: Murloc Knight Date: Tue, 22 Sep 2020 18:54:15 +0700 Subject: Zram Meter feature --- linux/Platform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux/Platform.h') diff --git a/linux/Platform.h b/linux/Platform.h index 62402432..b61a4db8 100644 --- a/linux/Platform.h +++ b/linux/Platform.h @@ -40,6 +40,8 @@ void Platform_setMemoryValues(Meter* this); void Platform_setSwapValues(Meter* this); +void Platform_setZramValues(Meter* this); + void Platform_setZfsArcValues(Meter* this); void Platform_setZfsCompressedArcValues(Meter* this); -- cgit v1.2.3