From 8c82a38002ce09db2a0b83dab8b598cf1ab0596c Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:01:17 +0200 Subject: Imported Upstream version 2.0.1 --- unsupported/Platform.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'unsupported/Platform.h') diff --git a/unsupported/Platform.h b/unsupported/Platform.h index ec1649d..b1fa91d 100644 --- a/unsupported/Platform.h +++ b/unsupported/Platform.h @@ -12,8 +12,13 @@ in the source distribution for its full text. #include "Action.h" #include "BatteryMeter.h" +#include "SignalsPanel.h" #include "UnsupportedProcess.h" +extern SignalItem Platform_signals[]; + +extern unsigned int Platform_numberOfSignals; + extern ProcessField Platform_defaultFields[]; extern ProcessFieldData Process_fields[]; @@ -23,7 +28,10 @@ extern MeterClass* Platform_meterTypes[]; void Platform_setBindings(Htop_Action* keys); extern int Platform_numberOfFields; -extern char* Process_pidFormat; + +extern char Process_pidFormat[20]; + +extern ProcessPidColumn Process_pidColumns[]; int Platform_getUptime(); @@ -31,8 +39,6 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen); int Platform_getMaxPid(); -void Process_setupColumnWidths(); - double Platform_setCPUValues(Meter* this, int cpu); void Platform_setMemoryValues(Meter* this); -- cgit v1.2.3