Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the fields purpose

This commit is contained in:
Benny Baumann
2021-04-10 11:46:57 +02:00
committed by BenBE
parent 666f70c58c
commit 94a52cb5c9
10 changed files with 41 additions and 41 deletions

View File

@ -102,8 +102,8 @@ typedef struct Process_ {
*/
char* cmdline;
/* Offset in cmdline of the process basename */
int cmdlineBasenameOffset;
/* End Offset in cmdline of the process basename */
int cmdlineBasenameEnd;
/* Start Offset in cmdline of the process basename */
int cmdlineBasenameStart;