summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-27 21:26:28 +0100
committercgzones <cgzones@googlemail.com>2020-10-28 19:57:10 +0100
commit61bae4c9d27f23b3ebda461a922ae76e63e0a9c2 (patch)
treeb46ea5fcd2ccd034059853c45eefbd48605780b1 /ProcessList.h
parentcf1a9ec18096029d0fa4635027622a63bcaa82df (diff)
Unify function argument names
Name first argument of ProcessList_goThroughEntries consistently super Name first argument of ProcessList_new consistently userTable
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ProcessList.h b/ProcessList.h
index 4c09e4ce..6b075fa7 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -72,9 +72,9 @@ typedef struct ProcessList_ {
} ProcessList;
-ProcessList* ProcessList_new(UsersTable* ut, Hashtable* pidMatchList, uid_t userId);
+ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidMatchList, uid_t userId);
void ProcessList_delete(ProcessList* pl);
-void ProcessList_goThroughEntries(ProcessList* pl, bool pauseProcessUpdate);
+void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate);
ProcessList* ProcessList_init(ProcessList* this, const ObjectClass* klass, UsersTable* usersTable, Hashtable* pidMatchList, uid_t userId);

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