From 58a59c11f419bcda1d8b5852f11eb183848f3496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sat, 28 Aug 2021 17:57:39 +0200 Subject: linux: drop dead process field column DIRTY The field for dirty pages in /proc/[pid]/statm is always 0 since Linux 2.6 (see man:proc(5)). --- linux/LinuxProcess.h | 1 - 1 file changed, 1 deletion(-) (limited to 'linux/LinuxProcess.h') diff --git a/linux/LinuxProcess.h b/linux/LinuxProcess.h index 9c4f27ea..20399d98 100644 --- a/linux/LinuxProcess.h +++ b/linux/LinuxProcess.h @@ -47,7 +47,6 @@ typedef struct LinuxProcess_ { long m_trs; long m_drs; long m_lrs; - long m_dt; /* Data read (in bytes) */ unsigned long long io_rchar; -- cgit v1.2.3