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 --- solaris/Platform.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'solaris') diff --git a/solaris/Platform.c b/solaris/Platform.c index 4923b790..74391959 100644 --- a/solaris/Platform.c +++ b/solaris/Platform.c @@ -24,6 +24,7 @@ in the source distribution for its full text. #include "Meter.h" #include "CPUMeter.h" #include "MemoryMeter.h" +#include "MemorySwapMeter.h" #include "SwapMeter.h" #include "TasksMeter.h" #include "LoadAverageMeter.h" @@ -97,6 +98,7 @@ const MeterClass* const Platform_meterTypes[] = { &LoadMeter_class, &MemoryMeter_class, &SwapMeter_class, + &MemorySwapMeter_class, &TasksMeter_class, &BatteryMeter_class, &HostnameMeter_class, -- cgit v1.2.3