summaryrefslogtreecommitdiffstats
path: root/dragonflybsd/DragonFlyBSDProcessList.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 /dragonflybsd/DragonFlyBSDProcessList.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 'dragonflybsd/DragonFlyBSDProcessList.h')
-rw-r--r--dragonflybsd/DragonFlyBSDProcessList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dragonflybsd/DragonFlyBSDProcessList.h b/dragonflybsd/DragonFlyBSDProcessList.h
index 0d0a128f..f3965fd3 100644
--- a/dragonflybsd/DragonFlyBSDProcessList.h
+++ b/dragonflybsd/DragonFlyBSDProcessList.h
@@ -59,6 +59,6 @@ char* DragonFlyBSDProcessList_readProcessName(kvm_t* kd, struct kinfo_proc* kpro
char* DragonFlyBSDProcessList_readJailName(DragonFlyBSDProcessList* dfpl, int jailid);
-void ProcessList_goThroughEntries(ProcessList* this, pauseProcessUpdate);
+void ProcessList_goThroughEntries(ProcessList* super, pauseProcessUpdate);
#endif

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