summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2012-08-10 21:54:41 +0000
committerHisham Muhammad <hisham@gobolinux.org>2012-08-10 21:54:41 +0000
commite6c6d7fbf7c463c7e8c877b60059c47f1841e9c0 (patch)
treec3d960fd56abdf8b70647e2e6c2e7f85d66f0bc3 /ProcessList.h
parent6c71b7ed2dc6029e969b3329b6474b30e5e08c5b (diff)
Add -p flag, contributed by Rob Hoelz
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ProcessList.h b/ProcessList.h
index d7a5ef94..dc628bf1 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -97,6 +97,7 @@ typedef struct ProcessList_ {
uid_t userId;
bool filtering;
const char* incFilter;
+ Hashtable* pidWhiteList;
int cpuCount;
int totalTasks;
@@ -144,7 +145,7 @@ extern const char *ProcessList_treeStrAscii[TREE_STR_COUNT];
extern const char *ProcessList_treeStrUtf8[TREE_STR_COUNT];
-ProcessList* ProcessList_new(UsersTable* usersTable);
+ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList);
void ProcessList_delete(ProcessList* this);

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