summaryrefslogtreecommitdiffstats
path: root/unsupported
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-12-19 16:21:08 +0100
committerBenBE <BenBE@geshi.org>2021-05-23 09:22:21 +0200
commit02431c43e1db2ab18769dc1f0bcfa52e8219f81a (patch)
tree8bdbb2eb343489c3a5ab031e0f510bb3f437c3eb /unsupported
parentfbec3e4005ee88052aae273ce98943f8a3db6382 (diff)
Rename command line field from comm to cmdline
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/UnsupportedProcessList.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/UnsupportedProcessList.c b/unsupported/UnsupportedProcessList.c
index 81031487..4323a26f 100644
--- a/unsupported/UnsupportedProcessList.c
+++ b/unsupported/UnsupportedProcessList.c
@@ -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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy