aboutsummaryrefslogtreecommitdiffstats
path: root/MemoryMeter.h
diff options
context:
space:
mode:
Diffstat (limited to 'MemoryMeter.h')
-rw-r--r--MemoryMeter.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/MemoryMeter.h b/MemoryMeter.h
index cc2a160..e39b3bd 100644
--- a/MemoryMeter.h
+++ b/MemoryMeter.h
@@ -10,12 +10,13 @@ in the source distribution for its full text.
#include "Meter.h"
typedef enum {
- MEMORY_METER_USED = 0,
- MEMORY_METER_BUFFERS = 1,
- MEMORY_METER_SHARED = 2,
- MEMORY_METER_CACHE = 3,
- MEMORY_METER_AVAILABLE = 4,
- MEMORY_METER_ITEMCOUNT = 5, // number of entries in this enum
+ MEMORY_METER_USED = 0,
+ MEMORY_METER_SHARED = 1,
+ MEMORY_METER_COMPRESSED = 2,
+ MEMORY_METER_BUFFERS = 3,
+ MEMORY_METER_CACHE = 4,
+ MEMORY_METER_AVAILABLE = 5,
+ MEMORY_METER_ITEMCOUNT = 6, // number of entries in this enum
} MemoryMeterValues;
extern const MeterClass MemoryMeter_class;

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