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

committed by
BenBE

parent
46370231e3
commit
04cf590967
@ -512,6 +512,8 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
|
||||
|
||||
proc->processor = kproc->ki_lastcpu;
|
||||
|
||||
proc->majflt = kproc->ki_cow;
|
||||
|
||||
proc->priority = kproc->ki_pri.pri_level - PZERO;
|
||||
|
||||
if (String_eq("intr", kproc->ki_comm) && (kproc->ki_flag & P_SYSTEM)) {
|
||||
|
Reference in New Issue
Block a user