From 9a8221568ada269d20c3e9d291ad5f9d07cac755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sun, 21 Mar 2021 19:40:56 +0100 Subject: Rework TTY column * Rename internal identifier from TTY_NR to just TTY * Unify column header on platforms * Use devname(3) on BSD derivate to show the actual terminal, simplifies current FreeBSD implementation. * Use 'unsigned long int' as id type, to fit dev_t on Linux. Only on Solaris the terminal path is not yet resolved. --- freebsd/FreeBSDProcessList.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'freebsd/FreeBSDProcessList.h') diff --git a/freebsd/FreeBSDProcessList.h b/freebsd/FreeBSDProcessList.h index 398bb827..882345e8 100644 --- a/freebsd/FreeBSDProcessList.h +++ b/freebsd/FreeBSDProcessList.h @@ -39,8 +39,6 @@ typedef struct FreeBSDProcessList_ { CPUData* cpus; - Hashtable* ttys; - unsigned long* cp_time_o; unsigned long* cp_time_n; -- cgit v1.2.3