mirror of https://github.com/xzeldon/htop.git
Merge branch 'fix-dragon' of smalinux/htop
This commit is contained in:
commit
370f89c086
|
@ -53,7 +53,7 @@ typedef struct DragonFlyBSDProcessList_ {
|
||||||
Hashtable* jails;
|
Hashtable* jails;
|
||||||
} DragonFlyBSDProcessList;
|
} 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);
|
void ProcessList_delete(ProcessList* this);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue