summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-02-01 22:37:41 +0100
committerBenBE <BenBE@geshi.org>2021-05-23 09:22:21 +0200
commit93a44acf7e4b0a909fbd717da8a3999c46924c3d (patch)
tree62bb31c254d02501342bf5ab80f525ef19ad4ed8 /Process.h
parentb839987df7f6fc761c96b651a3dfc49eb13e879a (diff)
Move procExeDeleted flag to main Process structure
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index 9bfe4d5d..04a118e5 100644
--- a/Process.h
+++ b/Process.h
@@ -111,6 +111,9 @@ typedef struct Process_ {
/* The main process executable */
char *procExe;
+ /* Tells if the executable has been replaced in the filesystem since start */
+ bool procExeDeleted;
+
/* CPU number last executed on */
int processor;

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