summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-04-04 18:07:26 +0200
committercgzones <cgzones@googlemail.com>2021-06-09 14:40:04 +0200
commit8154125d4bf26fff20241eebe17954254409a522 (patch)
treecebf390fc17b80cd4774a0309b72ba874a977599 /Process.h
parent94d37989b409abc6f1cae8028a9435eb5b04f66a (diff)
Check processes for using deleted shared libraries
Shared libraries can be replaced by an upgrade, highlight processes using deleted shared libraries. Link with highlightDeletedExe setting, enabled by default. Currently only checked on Linux.
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;

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