summaryrefslogtreecommitdiffstats
path: root/solaris/SolarisProcessList.h
blob: d8280117d7eb9adaa37065bb088b01c438e9285e (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
27
28
29
30
31
32
33
#ifndef HEADER_SolarisProcessList
#define HEADER_SolarisProcessList
/*
htop - SolarisProcessList.h
(C) 2014 Hisham H. Muhammad
(C) 2017,2018 Guy M. Broome
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/

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

#include <kstat.h>
#include <stdbool.h>
#include <stdint.h>
#include <sys/param.h>
#include <sys/uio.h>
#include <sys/resource.h>
#include <sys/sysconf.h>
#include <sys/sysinfo.h>

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

#include "solaris/SolarisProcess.h"


typedef struct SolarisProcessList_ {
   ProcessList super;
} SolarisProcessList;

#endif

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