summaryrefslogtreecommitdiffstats
path: root/freebsd/FreeBSDProcessList.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-11-27 18:31:39 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-11-27 18:31:39 -0200
commit0aa485cf47f337848b79bda3bead5ab7005ffacc (patch)
treef170f193f2050ee34bad797c089996194e983286 /freebsd/FreeBSDProcessList.h
parentd8f2b5abf7d2e2b04b72785f053af804ea78cdf5 (diff)
Reading swap data!
Diffstat (limited to 'freebsd/FreeBSDProcessList.h')
-rw-r--r--freebsd/FreeBSDProcessList.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/freebsd/FreeBSDProcessList.h b/freebsd/FreeBSDProcessList.h
index 9389e3aa..11a5dde7 100644
--- a/freebsd/FreeBSDProcessList.h
+++ b/freebsd/FreeBSDProcessList.h
@@ -18,9 +18,10 @@ typedef struct FreeBSDProcessList_ {
} FreeBSDProcessList;
-
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList);
+void ProcessList_delete(ProcessList* this);
+
void ProcessList_scan(ProcessList* this);
#endif

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