summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-12-15 19:44:36 +0100
committerChristian Göttsche <cgzones@googlemail.com>2020-12-16 19:13:56 +0100
commit1193c6e3498bb91127f16d237c61eeb2b84937c0 (patch)
treee549159c73b80959aebc2d2678d6d7370b2fd038 /Process.h
parentedd6130be73d1cb847f65b06409ac6e0b9cd9d61 (diff)
Use common naming for bare enum types
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Process.h b/Process.h
index 48e31b1d..d50865fb 100644
--- a/Process.h
+++ b/Process.h
@@ -23,7 +23,7 @@ in the source distribution for its full text.
#define PROCESS_FLAG_IO 0x0001
#define DEFAULT_HIGHLIGHT_SECS 5
-typedef enum ProcessFields {
+typedef enum ProcessField_ {
NULL_PROCESSFIELD = 0,
PID = 1,
COMM = 2,

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