summaryrefslogtreecommitdiffstats
path: root/linux/Platform.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-15 20:29:13 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-15 20:29:13 -0300
commite3fe3962cb493c0f07c3670ce60c008b8712dc8e (patch)
treea3e448f884716fc6655dc9958e3bd3b54882f7de /linux/Platform.c
parente7d6eb6a826f76d817d665cbbb41f9172949a539 (diff)
Move more Linux-specific code into Linux subdir.
Diffstat (limited to 'linux/Platform.c')
-rw-r--r--linux/Platform.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/Platform.c b/linux/Platform.c
index 0d5b2471..3cd8c0c8 100644
--- a/linux/Platform.c
+++ b/linux/Platform.c
@@ -30,8 +30,11 @@ in the source distribution for its full text.
#include "MainPanel.h"
#include "BatteryMeter.h"
#include "LinuxProcess.h"
+
}*/
+int Platform_numberOfFields = LAST_PROCESSFIELD;
+
static Htop_Reaction Platform_actionSetIOPriority(State* st) {
Panel* panel = st->panel;