summaryrefslogtreecommitdiffstats
path: root/unsupported/UnsupportedProcessList.h
blob: cdb0b6015c3cafd5bb11001f3b0ab5518a253aea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef HEADER_UnsupportedProcessList
#define HEADER_UnsupportedProcessList
/*
htop - UnsupportedProcessList.h
(C) 2014 Hisham H. Muhammad
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/

#include "ProcessList.h"


ProcessList* ProcessList_new(Machine* host, Hashtable* pidMatchList);

void ProcessList_delete(ProcessList* this);

void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate);

Machine* Machine_new(UsersTable* usersTable, uid_t userId);

bool Machine_isCPUonline(const Machine* host, unsigned int id);

void Machine_delete(Machine* host);

#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy