From b965417bf78e20fe1bdde3678361f8fbec86f458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 10 Aug 2021 21:32:05 +0200 Subject: Add combined memory and swap meter Closes: #699 --- dragonflybsd/Platform.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dragonflybsd') diff --git a/dragonflybsd/Platform.c b/dragonflybsd/Platform.c index 30fb0031..62a1fb62 100644 --- a/dragonflybsd/Platform.c +++ b/dragonflybsd/Platform.c @@ -23,6 +23,7 @@ in the source distribution for its full text. #include "HostnameMeter.h" #include "LoadAverageMeter.h" #include "MemoryMeter.h" +#include "MemorySwapMeter.h" #include "ProcessList.h" #include "SwapMeter.h" #include "SysArchMeter.h" @@ -81,6 +82,7 @@ const MeterClass* const Platform_meterTypes[] = { &LoadAverageMeter_class, &LoadMeter_class, &MemoryMeter_class, + &MemorySwapMeter_class, &SwapMeter_class, &TasksMeter_class, &UptimeMeter_class, -- cgit v1.2.3