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

@ -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;