FreeBSD: rework tty process column

This commit is contained in:
Christian Goettsche
2020-10-21 13:56:26 +02:00
committed by cgzones
parent ddbb0c2c35
commit 88eec2dc00
4 changed files with 100 additions and 2 deletions

View File

@ -46,6 +46,8 @@ typedef struct FreeBSDProcessList_ {
CPUData* cpus;
Hashtable* ttys;
unsigned long *cp_time_o;
unsigned long *cp_time_n;