From dde71c6637905e1707bd1020c93e930f4b0a480b Mon Sep 17 00:00:00 2001 From: Adam Saponara Date: Fri, 30 Oct 2020 21:56:16 -0400 Subject: Highlight new and old processes (#74) --- ProcessList.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index 6b075fa7..db0549a6 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -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); -- cgit v1.2.3