summaryrefslogtreecommitdiff
path: root/src/machine
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-06 19:38:45 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-13 17:39:24 +0100
commite45c81b8bc04e8340f05589beb42ba5703a34fe1 (patch)
tree042d561a651f35d19644d0351ba92fa8801b4c3b /src/machine
parentaee7082fbd4ac7b2a63e21a2906eb8f91aac779e (diff)
downloadsystemd-e45c81b8bc04e8340f05589beb42ba5703a34fe1.tar.gz
systemd-e45c81b8bc04e8340f05589beb42ba5703a34fe1.tar.bz2
systemd-e45c81b8bc04e8340f05589beb42ba5703a34fe1.zip
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.
Diffstat (limited to 'src/machine')
-rw-r--r--src/machine/machinectl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index 78f5f2ff32..c6541aedb0 100644
--- a/src/machine/machinectl.c
+++ b/src/machine/machinectl.c
@@ -20,6 +20,7 @@
#include "bus-error.h"
#include "bus-unit-util.h"
#include "bus-util.h"
+#include "bus-wait-for-jobs.h"
#include "cgroup-show.h"
#include "cgroup-util.h"
#include "copy.h"