Merge branch 'fix-dragon' of smalinux/htop

This commit is contained in:
Daniel Lange 2021-07-18 13:03:13 +02:00
commit 370f89c086
1 changed files with 1 additions and 1 deletions

View File

@ -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);