From 71f5a80d9e312375eff28d2fbb7d8add81f6793c Mon Sep 17 00:00:00 2001 From: Ivan Shapovalov Date: Tue, 27 Dec 2022 05:16:54 +0400 Subject: Linux: implement zswap support On Linux, use zswap to populate "compressed memory" metrics added in the previous commit. Fixes #104. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2a6db44d..42734201 100644 --- a/Makefile.am +++ b/Makefile.am @@ -173,6 +173,7 @@ linux_platform_headers = \ linux/SystemdMeter.h \ linux/ZramMeter.h \ linux/ZramStats.h \ + linux/ZswapStats.h \ zfs/ZfsArcMeter.h \ zfs/ZfsArcStats.h \ zfs/ZfsCompressedArcMeter.h -- cgit v1.2.3