summaryrefslogtreecommitdiffstats
path: root/pcp/PCPProcessList.h
blob: 47a360263276571af026b879e49d52162d613082 (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
26
#ifndef HEADER_PCPProcessList
#define HEADER_PCPProcessList
/*
htop - PCPProcessList.h
(C) 2014 Hisham H. Muhammad
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/

#include "config.h" // IWYU pragma: keep

#include <stdbool.h>
#include <sys/types.h>

#include "Hashtable.h"
#include "ProcessList.h"
#include "UsersTable.h"

#include "pcp/Platform.h"


typedef struct PCPProcessList_ {
   ProcessList super;
} PCPProcessList;

#endif

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