summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-12-15 19:44:46 +0100
committercgzones <cgzones@googlemail.com>2020-12-19 21:13:32 +0100
commitd872e363081a892d65dede6a90721d3a2e8b0ee6 (patch)
treea4dfb7d8596ad244d796a15e6d79e80965d1cd29 /linux/LinuxProcess.h
parent77db240b4851a5c739ff48de9d383707dcbfc490 (diff)
LinuxProcess: drop dead Process columns
Diffstat (limited to 'linux/LinuxProcess.h')
-rw-r--r--linux/LinuxProcess.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/linux/LinuxProcess.h b/linux/LinuxProcess.h
index b12bf456..992e548d 100644
--- a/linux/LinuxProcess.h
+++ b/linux/LinuxProcess.h
@@ -29,26 +29,6 @@ in the source distribution for its full text.
#define PROCESS_FLAG_LINUX_LRS_FIX 0x00010000
#define PROCESS_FLAG_LINUX_CWD 0x00020000
-typedef enum UnsupportedProcessField_ {
- FLAGS = 9,
- ITREALVALUE = 20,
- VSIZE = 22,
- RSS = 23,
- RLIM = 24,
- STARTCODE = 25,
- ENDCODE = 26,
- STARTSTACK = 27,
- KSTKESP = 28,
- KSTKEIP = 29,
- SIGNAL = 30,
- BLOCKED = 31,
- SSIGIGNORE = 32,
- SIGCATCH = 33,
- WCHAN = 34,
- NSWAP = 35,
- CNSWAP = 36,
- EXIT_SIGNAL = 37,
-} UnsupportedProcessField;
typedef enum LinuxProcessField_ {
CMINFLT = 11,

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