summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
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 2ff1aa09..f4daac06 100644
--- a/Process.h
+++ b/Process.h
@@ -163,6 +163,9 @@ typedef struct Process_ {
/* Tells if the executable has been replaced in the filesystem since start */
bool procExeDeleted;
+ /* Tells if the process uses replaced shared libraries since start */
+ bool usesDeletedLib;
+
/* CPU number last executed on */
int processor;