mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Highlight new and old processes (#74)
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