This commit is contained in:
Daniel Lange
2020-11-16 12:17:28 +01:00
parent 0951090fa4
commit 8f2d129dce
2 changed files with 7 additions and 12 deletions

View File

@ -71,7 +71,6 @@ typedef struct ProcessList_ {
int cpuCount;
time_t scanTs;
time_t firstScanTs;
} ProcessList;
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidMatchList, uid_t userId);