summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-04-09 15:40:27 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-04-09 15:40:46 -0300
commitb291fba02b8d9bb52cd8a23ef5fffbba4f89ff0a (patch)
tree9ed44e15202cd6a8d1e5191c537e61f3101931bb /linux
parentdc4576d327b6953e38ea21fc9ef0898640d65d99 (diff)
Fixes to use platform-specific compare routines.
Diffstat (limited to 'linux')
-rw-r--r--linux/LinuxProcessList.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/LinuxProcessList.c b/linux/LinuxProcessList.c
index b9c4073c..bab709c2 100644
--- a/linux/LinuxProcessList.c
+++ b/linux/LinuxProcessList.c
@@ -83,7 +83,7 @@ typedef struct LinuxProcessList_ {
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList, uid_t userId) {
LinuxProcessList* this = calloc(1, sizeof(LinuxProcessList));
ProcessList* pl = &(this->super);
- ProcessList_init(pl, usersTable, pidWhiteList, userId);
+ ProcessList_init(pl, Class(LinuxProcess), usersTable, pidWhiteList, userId);
// Update CPU count:
FILE* file = fopen(PROCSTATFILE, "r");

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