]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/nspawn/nspawn-register.h
tree-wide: remove Lennart's copyright lines
[thirdparty/systemd.git] / src / nspawn / nspawn-register.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
b7103bc5
LP
2#pragma once
3
b7103bc5
LP
4#include <sys/types.h>
5
6#include "sd-id128.h"
7
8#include "nspawn-mount.h"
9
abdb9b08
LP
10int register_machine(sd_bus *bus, const char *machine_name, pid_t pid, const char *directory, sd_id128_t uuid, int local_ifindex, const char *slice, CustomMount *mounts, unsigned n_mounts, int kill_signal, char **properties, bool keep_unit, const char *service);
11int terminate_machine(sd_bus *bus, pid_t pid);
cd2dfc6f 12
abdb9b08 13int allocate_scope(sd_bus *bus, const char *machine_name, pid_t pid, const char *slice, CustomMount *mounts, unsigned n_mounts, int kill_signal, char **properties);