aboutsummaryrefslogtreecommitdiffstats
path: root/solaris/SolarisProcessTable.h
blob: 7c5ae8f38411df4d3f9e98197b7618d87107afd0 (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
#ifndef HEADER_SolarisProcessTable
#define HEADER_SolarisProcessTable
/*
htop - SolarisProcessTable.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 <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 "ProcessTable.h"
#include "UsersTable.h"

#include "solaris/SolarisProcess.h"


typedef struct SolarisProcessTable_ {
   ProcessTable super;
} SolarisProcessTable;

#endif

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