diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-03-06 19:38:45 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-03-13 17:39:24 +0100 |
commit | e45c81b8bc04e8340f05589beb42ba5703a34fe1 (patch) | |
tree | 042d561a651f35d19644d0351ba92fa8801b4c3b /src/mount | |
parent | systemctl: drop unnecessary {} (diff) | |
download | systemd-e45c81b8bc04e8340f05589beb42ba5703a34fe1.tar.xz 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/mount')
-rw-r--r-- | src/mount/mount-tool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mount/mount-tool.c b/src/mount/mount-tool.c index 1fc8c954d9..6256920e99 100644 --- a/src/mount/mount-tool.c +++ b/src/mount/mount-tool.c @@ -8,6 +8,7 @@ #include "bus-error.h" #include "bus-unit-util.h" #include "bus-util.h" +#include "bus-wait-for-jobs.h" #include "device-util.h" #include "dirent-util.h" #include "escape.h" |