summaryrefslogtreecommitdiffstats
path: root/openbsd/Platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd/Platform.c')
-rw-r--r--openbsd/Platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd/Platform.c b/openbsd/Platform.c
index 343f4e79..0f5279e8 100644
--- a/openbsd/Platform.c
+++ b/openbsd/Platform.c
@@ -170,6 +170,7 @@ double Platform_setCPUValues(Meter* this, int cpu) {
v[CPU_METER_STEAL] = 0.0;
v[CPU_METER_GUEST] = 0.0;
v[CPU_METER_IOWAIT] = 0.0;
+ v[CPU_METER_FREQUENCY] = -1;
Meter_setItems(this, 8);
totalPercent = v[0]+v[1]+v[2]+v[3];
} else {