summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-12-05 20:25:54 +0100
committerChristian Göttsche <cgzones@googlemail.com>2020-12-05 20:25:54 +0100
commit876194492fc4ed2dfb16f7a3f7e46bb46e5303fc (patch)
tree12722368ac816616c9cd50f90abac87fbd989aa5
parent5f528b7455ddabc1b6c30365491704358e653798 (diff)
LinuxProcessList: add underscore suffix for raw struct name
Fit the general coding style
-rw-r--r--linux/LinuxProcessList.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/LinuxProcessList.c b/linux/LinuxProcessList.c
index 2bad64a5..bf8e60b6 100644
--- a/linux/LinuxProcessList.c
+++ b/linux/LinuxProcessList.c
@@ -437,7 +437,7 @@ static void LinuxProcessList_readIoFile(LinuxProcess* process, openat_arg_t proc
}
}
-typedef struct LibraryData {
+typedef struct LibraryData_ {
uint64_t size;
bool exec;
} LibraryData;

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