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
@ -250,8 +250,8 @@ static inline void FreeBSDProcessList_scanCPUTime(ProcessList* pl) {
|
||||
cpuData->systemPercent = cp_time_p[CP_SYS];
|
||||
cpuData->irqPercent = cp_time_p[CP_INTR];
|
||||
cpuData->systemAllPercent = cp_time_p[CP_SYS] + cp_time_p[CP_INTR];
|
||||
// this one is not really used, but we store it anyway
|
||||
cpuData->idlePercent = cp_time_p[CP_IDLE];
|
||||
// this one is not really used
|
||||
//cpuData->idlePercent = cp_time_p[CP_IDLE];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user