summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-04-18 19:25:56 +0200
committerBenBE <BenBE@geshi.org>2021-05-23 09:22:21 +0200
commitaa8552ba88e139fa1da65b1870de2839f33b8404 (patch)
tree1250ee5760a77de48b0a1beda7600f896db57f2f /Process.h
parenta61a2e6d470b3a5d075a5ba7d8d4cd37ef3f78b5 (diff)
Move PROC_COMM/PROC_EXE column handling to global Process implementation
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index 487efcc7..9aa04b3e 100644
--- a/Process.h
+++ b/Process.h
@@ -46,6 +46,8 @@ typedef enum ProcessField_ {
NLWP = 51,
TGID = 52,
PERCENT_NORM_CPU = 53,
+ PROC_COMM = 124,
+ PROC_EXE = 125,
/* Platform specific fields, defined in ${platform}/ProcessField.h */
PLATFORM_PROCESS_FIELDS

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