From 02431c43e1db2ab18769dc1f0bcfa52e8219f81a Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 19 Dec 2020 16:21:08 +0100 Subject: Rename command line field from comm to cmdline --- ProcessList.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ProcessList.c') diff --git a/ProcessList.c b/ProcessList.c index 8c82cbfc..4905f4f5 100644 --- a/ProcessList.c +++ b/ProcessList.c @@ -569,7 +569,7 @@ Process* ProcessList_getProcess(ProcessList* this, pid_t pid, bool* preExisting, assert(proc->pid == pid); } else { proc = constructor(this->settings); - assert(proc->comm == NULL); + assert(proc->cmdline == NULL); proc->pid = pid; } return proc; -- cgit v1.2.3