]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/bus-unit-util.c
shared: split out code to wait for jobs to complet into its own source file
authorLennart Poettering <lennart@poettering.net>
Wed, 6 Mar 2019 18:38:45 +0000 (19:38 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 13 Mar 2019 16:39:24 +0000 (17:39 +0100)
commite45c81b8bc04e8340f05589beb42ba5703a34fe1
tree042d561a651f35d19644d0351ba92fa8801b4c3b
parentaee7082fbd4ac7b2a63e21a2906eb8f91aac779e
shared: split out code to wait for jobs to complet into its own source file

It's complex enough and quite a few functions. Let's hence split this
out.

No code change, just some rearranging of source files.
src/machine/machinectl.c
src/mount/mount-tool.c
src/nspawn/nspawn-register.c
src/run/run.c
src/shared/bus-unit-util.c
src/shared/bus-unit-util.h
src/shared/bus-wait-for-jobs.c [new file with mode: 0644]
src/shared/bus-wait-for-jobs.h [new file with mode: 0644]
src/shared/meson.build
src/systemctl/systemctl.c