From e7372d18a1a661d8c3dba9f51e1f17b5f94171a7 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 10 Jan 2024 11:17:08 +0100 Subject: New upstream version 3.3.0 --- SwapMeter.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'SwapMeter.h') diff --git a/SwapMeter.h b/SwapMeter.h index 485485a..94b8dc8 100644 --- a/SwapMeter.h +++ b/SwapMeter.h @@ -9,6 +9,12 @@ in the source distribution for its full text. #include "Meter.h" +typedef enum { + SWAP_METER_USED = 0, + SWAP_METER_CACHE = 1, + SWAP_METER_FRONTSWAP = 2, + SWAP_METER_ITEMCOUNT = 3, // number of entries in this enum +} SwapMeterValues; extern const MeterClass SwapMeter_class; -- cgit v1.2.3