summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
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);