summaryrefslogtreecommitdiffstats
path: root/unsupported/UnsupportedProcessList.h
diff options
context:
space:
mode:
authorDavid Hunt <dhunt@iolanthe.attlocal.net>2015-07-12 11:26:33 -0500
committerHisham Muhammad <hisham@gobolinux.org>2015-08-19 13:46:41 -0300
commitfeb7a01fd32d4a63b9cfb178c67cc95c05c9dc00 (patch)
tree0d82a9640e852046724daabeea1a0f9f0633530e /unsupported/UnsupportedProcessList.h
parent5e602f18d5f619f7dba6d9fccefacdb991db391d (diff)
Make unsupported run
Diffstat (limited to 'unsupported/UnsupportedProcessList.h')
-rw-r--r--unsupported/UnsupportedProcessList.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/unsupported/UnsupportedProcessList.h b/unsupported/UnsupportedProcessList.h
index ac9d99fe..58ba3d4b 100644
--- a/unsupported/UnsupportedProcessList.h
+++ b/unsupported/UnsupportedProcessList.h
@@ -11,10 +11,12 @@ in the source distribution for its full text.
-ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList);
+ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList, uid_t userId);
void ProcessList_delete(ProcessList* this);
-void ProcessList_scan(ProcessList* this);
+void ProcessList_goThroughEntries(ProcessList* super);
+
+void UnsupportedProcessList_scan(ProcessList* this);
#endif

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