summaryrefslogtreecommitdiffstats
path: root/pcp/Platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcp/Platform.c')
-rw-r--r--pcp/Platform.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/pcp/Platform.c b/pcp/Platform.c
index c2af2e4a..29055b99 100644
--- a/pcp/Platform.c
+++ b/pcp/Platform.c
@@ -363,6 +363,14 @@ void Platform_init(void) {
Platform_getMaxPid();
}
+void Platform_dynamicColumnsDone(Hashtable* columns) {
+ PCPDynamicColumns_done(columns);
+}
+
+void Platform_dynamicMetersDone(Hashtable* meters) {
+ PCPDynamicMeters_done(meters);
+}
+
void Platform_done(void) {
pmDestroyContext(pcp->context);
if (pcp->result)