summaryrefslogtreecommitdiffstats
path: root/unsupported/Platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Platform.c')
-rw-r--r--unsupported/Platform.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/unsupported/Platform.c b/unsupported/Platform.c
index e4c0e8ce..0e46a348 100644
--- a/unsupported/Platform.c
+++ b/unsupported/Platform.c
@@ -108,8 +108,11 @@ int Platform_getMaxPid() {
}
double Platform_setCPUValues(Meter* this, int cpu) {
- (void) this;
(void) cpu;
+
+ double* v = this->values;
+ v[CPU_METER_FREQUENCY] = -1;
+
return 0.0;
}