mirror of https://github.com/xzeldon/htop.git
parent
c1b5201444
commit
d2b3a7a375
19
Process.h
19
Process.h
|
@ -103,25 +103,6 @@ typedef struct Process_ {
|
||||||
|
|
||||||
unsigned long int minflt;
|
unsigned long int minflt;
|
||||||
unsigned long int majflt;
|
unsigned long int majflt;
|
||||||
#ifdef DEBUG
|
|
||||||
long int itrealvalue;
|
|
||||||
unsigned long int vsize;
|
|
||||||
long int rss;
|
|
||||||
unsigned long int rlim;
|
|
||||||
unsigned long int startcode;
|
|
||||||
unsigned long int endcode;
|
|
||||||
unsigned long int startstack;
|
|
||||||
unsigned long int kstkesp;
|
|
||||||
unsigned long int kstkeip;
|
|
||||||
unsigned long int signal;
|
|
||||||
unsigned long int blocked;
|
|
||||||
unsigned long int sigignore;
|
|
||||||
unsigned long int sigcatch;
|
|
||||||
unsigned long int wchan;
|
|
||||||
unsigned long int nswap;
|
|
||||||
unsigned long int cnswap;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
} Process;
|
} Process;
|
||||||
|
|
||||||
typedef struct ProcessFieldData_ {
|
typedef struct ProcessFieldData_ {
|
||||||
|
|
Loading…
Reference in New Issue