summaryrefslogtreecommitdiffstats
path: root/freebsd/Platform.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-16 03:13:42 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-16 03:14:20 -0300
commitadbfe3c3f171af332322d61f2a4912f36b57edda (patch)
tree6ac08e0b6c2b8b4d3d2582a0700164159034122d /freebsd/Platform.h
parent40f3391a3c5d391c096aa3d4c0a61cbf79c37060 (diff)
Get FreeBSD tree to compile again with latest changes.
Diffstat (limited to 'freebsd/Platform.h')
-rw-r--r--freebsd/Platform.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/freebsd/Platform.h b/freebsd/Platform.h
index eb2a8017..3758f57d 100644
--- a/freebsd/Platform.h
+++ b/freebsd/Platform.h
@@ -12,6 +12,13 @@ in the source distribution for its full text.
#include "Action.h"
#include "BatteryMeter.h"
+extern ProcessFieldData Process_fields[];
+
+
+extern ProcessField Platform_defaultFields[];
+
+extern int Platform_numberOfFields;
+
void Platform_setBindings(Htop_Action* keys);
extern MeterClass* Platform_meterTypes[];
@@ -22,7 +29,12 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen);
int Platform_getMaxPid();
-void Platform_getBatteryLevel(double* level, ACPresence* isOnAC);
+double Platform_setCPUValues(Meter* this, int cpu);
+
+void Platform_setMemoryValues(Meter* this);
+
+void Platform_setSwapValues(Meter* this);
+void Platform_setTasksValues(Meter* this);
#endif

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