summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorFynn Wulf <fynn_wulf@gmx.de>2020-10-09 15:13:06 +0200
committerBenBE <BenBE@geshi.org>2020-11-26 22:58:34 +0100
commit7f18b352b0fc010efe5278ce32e01ed715ddd7ee (patch)
treef2ee381825de72db21ef9c4d9a5b7f210bc76472 /Process.h
parent46a2e8ac63fb758a589a82d4dca60de1aa0c1eb2 (diff)
Calculate library size (M_LRS column) from maps file
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Process.h b/Process.h
index 774d337f..2fb27968 100644
--- a/Process.h
+++ b/Process.h
@@ -9,6 +9,8 @@ in the source distribution for its full text.
*/
#include <stdbool.h>
+#include <stdint.h>
+#include <unistd.h>
#include <sys/types.h>
#include "Object.h"
@@ -113,7 +115,7 @@ typedef struct ProcessFieldData_ {
const char* name;
const char* title;
const char* description;
- int flags;
+ uint32_t flags;
} ProcessFieldData;
// Implemented in platform-specific code:

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