]> git.ipfire.org Git - thirdparty/systemd.git/commit
bus-unit-util: split out code that shows a unit's process tree
authorLennart Poettering <lennart@poettering.net>
Wed, 6 Mar 2019 18:47:06 +0000 (19:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 13 Mar 2019 16:41:41 +0000 (17:41 +0100)
commit25b1d72dcc833b70a27d2d2553265edb7c488246
tree77dde97ba59e810a558c7314ac419a4b8e61c49d
parente45c81b8bc04e8340f05589beb42ba5703a34fe1
bus-unit-util: split out code that shows a unit's process tree

The code is complex enough to deserve its own .c file. Let's split this
out.
src/login/loginctl.c
src/machine/machinectl.c
src/shared/bus-unit-procs.c [new file with mode: 0644]
src/shared/bus-unit-procs.h [new file with mode: 0644]
src/shared/bus-unit-util.c
src/shared/bus-unit-util.h
src/shared/meson.build
src/systemctl/systemctl.c