summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcessList.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-16 23:03:40 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-16 23:03:40 -0300
commit4e064e0db75f1c7fa51b8ae922bd8fe4483843fc (patch)
treefa431951b21c3db8b648f26665e21ecddd401d35 /linux/LinuxProcessList.h
parent272e2d9b3459ceb3fe2f5ae34a07e44df6c45997 (diff)
Build fixes to resync with FreeBSD changes.
Diffstat (limited to 'linux/LinuxProcessList.h')
-rw-r--r--linux/LinuxProcessList.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/linux/LinuxProcessList.h b/linux/LinuxProcessList.h
index 5509bb50..2c833bae 100644
--- a/linux/LinuxProcessList.h
+++ b/linux/LinuxProcessList.h
@@ -42,11 +42,6 @@ typedef struct CPUData_ {
typedef struct LinuxProcessList_ {
ProcessList super;
-
- int totalTasks;
- int userlandThreads;
- int kernelThreads;
- int runningTasks;
CPUData* cpus;
@@ -90,7 +85,6 @@ void ProcessList_delete(ProcessList* pl);
#endif
-void ProcessList_scan(ProcessList* super);
-
+void ProcessList_goThroughEntries(ProcessList* super);
#endif

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