From 8154125d4bf26fff20241eebe17954254409a522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sun, 4 Apr 2021 18:07:26 +0200 Subject: 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. --- Process.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Process.h') 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; -- cgit v1.2.3