]> git.ipfire.org Git - thirdparty/systemd.git/commit
process-util: introduce proc_set_comm() helper
authorLennart Poettering <lennart@amutable.com>
Mon, 13 Jul 2026 08:32:41 +0000 (10:32 +0200)
committerLennart Poettering <lennart@amutable.com>
Mon, 13 Jul 2026 13:39:16 +0000 (15:39 +0200)
commit0e077d3eea41747e5d729038749da9909cf301cd
tree6b4ca25b4e7283cab85d6b780707298f233ac3ce
parentd3c0348c8b73102111ac40801b0e299c89435a3c
process-util: introduce proc_set_comm() helper

This operation is done at a bunch of places, let's add a type-safe
helper for it.
src/basic/argv-util.c
src/basic/process-util.c
src/basic/process-util.h
src/core/main.c
src/shared/async.c
src/test/test-process-util.c