]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/dbus-target.c
core: split out cgroup specific state fields from Unit → CGroupRuntime
[thirdparty/systemd.git] / src / core / dbus-target.c
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
4139c1b2 2
4139c1b2 3#include "dbus-target.h"
cf0fbc49 4#include "unit.h"
cad45ba1 5
718db961
LP
6const sd_bus_vtable bus_target_vtable[] = {
7 SD_BUS_VTABLE_START(0),
8 SD_BUS_VTABLE_END
9};