From 85c3c3a88a000481254e01740ad396143ac2bca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 9 Jan 2024 23:10:03 +0100 Subject: Linux: add process column whether it is marked a container process Might be useful for some users and for debugging the hideRunningInContainer detection. --- linux/ProcessField.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linux/ProcessField.h') diff --git a/linux/ProcessField.h b/linux/ProcessField.h index 735423b9..47c4199f 100644 --- a/linux/ProcessField.h +++ b/linux/ProcessField.h @@ -50,6 +50,7 @@ in the source distribution for its full text. M_PRIV = 131, \ GPU_TIME = 132, \ GPU_PERCENT = 133, \ + ISCONTAINER = 134, \ // End of list -- cgit v1.2.3