Rename command line field from comm to cmdline

This commit is contained in:
Benny Baumann
2020-12-19 16:21:08 +01:00
committed by BenBE
parent fbec3e4005
commit 02431c43e1
11 changed files with 28 additions and 28 deletions

View File

@ -45,7 +45,7 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
proc->pid = 1;
proc->ppid = 1;
proc->tgid = 0;
free_and_xStrdup(&proc->comm, "<unsupported architecture>");
free_and_xStrdup(&proc->cmdline, "<unsupported architecture>");
proc->basenameOffset = 0;
proc->updated = true;