Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process structure

This commit is contained in:
Benny Baumann
2021-04-10 11:18:08 +02:00
committed by BenBE
parent 6dc485dd20
commit 666f70c58c
4 changed files with 7 additions and 5 deletions

View File

@ -63,7 +63,6 @@ typedef struct LinuxProcessMergedCommand_ {
typedef struct LinuxProcess_ {
Process super;
int procCmdlineBasenameOffset;
LinuxProcessMergedCommand mergedCommand;
bool isKernelThread;
IOPriority ioPriority;