summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2021-07-18 13:03:13 +0200
committerDaniel Lange <DLange@git.local>2021-07-18 13:03:13 +0200
commit370f89c08607d4f9046c28afd547e3fa779c571e (patch)
tree81f6880703a059e9152bd4b2c88a7fdf0aa764d0
parent82aa9569409c5f348deceb33feec9a2511dbfb87 (diff)
parent32faba0b6d24c1831e4917d0414e115275453988 (diff)
Merge branch 'fix-dragon' of smalinux/htopHEADmaster
-rw-r--r--dragonflybsd/DragonFlyBSDProcessList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dragonflybsd/DragonFlyBSDProcessList.h b/dragonflybsd/DragonFlyBSDProcessList.h
index 775be5c7..b9c9b5c8 100644
--- a/dragonflybsd/DragonFlyBSDProcessList.h
+++ b/dragonflybsd/DragonFlyBSDProcessList.h
@@ -53,7 +53,7 @@ typedef struct DragonFlyBSDProcessList_ {
Hashtable* jails;
} DragonFlyBSDProcessList;
-ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidMatchList, uid_t userId);
+ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* dynamicMeters, Hashtable* pidMatchList, uid_t userId);
void ProcessList_delete(ProcessList* this);