summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2024-01-09 23:10:03 +0100
committercgzones <cgzones@googlemail.com>2024-04-06 19:42:28 +0200
commit85c3c3a88a000481254e01740ad396143ac2bca1 (patch)
treee5fc5a3aa49e461708a74f241c569ae0b1d40433 /linux/LinuxProcess.h
parent22d25db4678b844842af516c0f2d117382f7c632 (diff)
Linux: add process column whether it is marked a container process
Might be useful for some users and for debugging the hideRunningInContainer detection.
Diffstat (limited to 'linux/LinuxProcess.h')
-rw-r--r--linux/LinuxProcess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/LinuxProcess.h b/linux/LinuxProcess.h
index 5a1e6272..fafd7d00 100644
--- a/linux/LinuxProcess.h
+++ b/linux/LinuxProcess.h
@@ -30,6 +30,7 @@ in the source distribution for its full text.
#define PROCESS_FLAG_LINUX_DELAYACCT 0x00040000
#define PROCESS_FLAG_LINUX_AUTOGROUP 0x00080000
#define PROCESS_FLAG_LINUX_GPU 0x00100000
+#define PROCESS_FLAG_LINUX_CONTAINER 0x00200000
typedef struct LinuxProcess_ {
Process super;

© 2014-2024 Faster IT GmbH | imprint | privacy policy