From 67ca214cbe596e68ba9a64bf996ec8e917d20d6a Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 13 Jul 2021 17:46:04 +0200 Subject: netbsd: Add dyanmicMeters stubs to fix the build Signed-off-by: Nia Alarie --- netbsd/Platform.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'netbsd/Platform.h') 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 -- cgit v1.2.3