Reading swap data!

This commit is contained in:
Hisham Muhammad
2014-11-27 18:31:39 -02:00
parent d8f2b5abf7
commit 0aa485cf47
3 changed files with 44 additions and 16 deletions

View File

@ -18,9 +18,10 @@ typedef struct FreeBSDProcessList_ {
} FreeBSDProcessList;
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList);
void ProcessList_delete(ProcessList* this);
void ProcessList_scan(ProcessList* this);
#endif