Move procExeDeleted flag to main Process structure

This commit is contained in:
Benny Baumann
2021-02-01 22:37:41 +01:00
committed by BenBE
parent b839987df7
commit 93a44acf7e
4 changed files with 9 additions and 7 deletions

View File

@ -65,7 +65,6 @@ typedef struct LinuxProcess_ {
Process super;
int procExeLen;
int procExeBasenameOffset;
bool procExeDeleted;
int procCmdlineBasenameOffset;
int procCmdlineBasenameEnd;
LinuxProcessMergedCommand mergedCommand;