mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
FreeBSD: add support for CPU frequency and temperature
This commit is contained in:

committed by
Christian Goettsche

parent
64a1ab848f
commit
fd2a0cf421
@ -23,6 +23,9 @@ typedef struct CPUData_ {
|
||||
double systemPercent;
|
||||
double irqPercent;
|
||||
double systemAllPercent;
|
||||
|
||||
double frequency;
|
||||
double temperature;
|
||||
} CPUData;
|
||||
|
||||
typedef struct FreeBSDProcessList_ {
|
||||
|
Reference in New Issue
Block a user