mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
FreeBSD: drop unused ProcessList fields
This commit is contained in:

committed by
BenBE

parent
fa499fc155
commit
56c4055fd1
@ -25,7 +25,6 @@ typedef struct CPUData_ {
|
||||
double nicePercent;
|
||||
double systemPercent;
|
||||
double irqPercent;
|
||||
double idlePercent;
|
||||
double systemAllPercent;
|
||||
} CPUData;
|
||||
|
||||
@ -35,8 +34,6 @@ typedef struct FreeBSDProcessList_ {
|
||||
|
||||
unsigned long long int memWire;
|
||||
unsigned long long int memActive;
|
||||
unsigned long long int memInactive;
|
||||
unsigned long long int memFree;
|
||||
|
||||
ZfsArcStats zfs;
|
||||
|
||||
|
Reference in New Issue
Block a user