]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/dbus-target.c
Merge pull request #13905 from poettering/cpuset-fixes
[thirdparty/systemd.git] / src / core / dbus-target.c
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2
3 #include "dbus-target.h"
4 #include "unit.h"
5
6 const sd_bus_vtable bus_target_vtable[] = {
7 SD_BUS_VTABLE_START(0),
8 SD_BUS_VTABLE_END
9 };