mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 04:34:35 +03:00
Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processes
This commit is contained in:
@ -70,6 +70,8 @@ typedef struct ProcessList_ {
|
||||
|
||||
int cpuCount;
|
||||
|
||||
time_t scanTs;
|
||||
time_t firstScanTs;
|
||||
} ProcessList;
|
||||
|
||||
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidMatchList, uid_t userId);
|
||||
|
Reference in New Issue
Block a user