summaryrefslogtreecommitdiffstats
path: root/netbsd/Platform.h
diff options
context:
space:
mode:
authornia <nia@NetBSD.org>2021-07-13 17:46:04 +0200
committerBenBE <BenBE@geshi.org>2021-07-13 19:05:24 +0200
commit67ca214cbe596e68ba9a64bf996ec8e917d20d6a (patch)
tree911a256e7421fc34664207198cf2c3d50efa4d2c /netbsd/Platform.h
parente7aaf79166c089dde2ffb34de7e0559c903aceae (diff)
netbsd: Add dyanmicMeters stubs to fix the build
Signed-off-by: Nia Alarie <nia@NetBSD.org>
Diffstat (limited to 'netbsd/Platform.h')
-rw-r--r--netbsd/Platform.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/netbsd/Platform.h b/netbsd/Platform.h
index 320ca5bf..cfde17f1 100644
--- a/netbsd/Platform.h
+++ b/netbsd/Platform.h
@@ -94,4 +94,12 @@ static inline void Platform_gettime_monotonic(uint64_t* msec) {
Generic_gettime_monotonic(msec);
}
+static inline Hashtable* Platform_dynamicMeters(void) { return NULL; }
+
+static inline void Platform_dynamicMeterInit(ATTR_UNUSED Meter* meter) { }
+
+static inline void Platform_dynamicMeterUpdateValues(ATTR_UNUSED Meter* meter) { }
+
+static inline void Platform_dynamicMeterDisplay(ATTR_UNUSED const Meter* meter, ATTR_UNUSED RichString* out) { }
+
#endif

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