aboutsummaryrefslogtreecommitdiffstats
path: root/SwapMeter.h
diff options
context:
space:
mode:
Diffstat (limited to 'SwapMeter.h')
-rw-r--r--SwapMeter.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/SwapMeter.h b/SwapMeter.h
index b71e83f..94b8dc8 100644
--- a/SwapMeter.h
+++ b/SwapMeter.h
@@ -10,9 +10,10 @@ in the source distribution for its full text.
#include "Meter.h"
typedef enum {
- SWAP_METER_USED = 0,
- SWAP_METER_CACHE = 1,
- SWAP_METER_ITEMCOUNT = 2, // number of entries in this 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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy