]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/dbus-swap.h
Merge pull request #13905 from poettering/cpuset-fixes
[thirdparty/systemd.git] / src / core / dbus-swap.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 Copyright © 2010 Maarten Lankhorst
6 ***/
7
8 #include "sd-bus.h"
9 #include "sd-bus-vtable.h"
10
11 #include "unit.h"
12
13 extern const sd_bus_vtable bus_swap_vtable[];
14
15 int bus_swap_set_property(Unit *u, const char *name, sd_bus_message *message, UnitWriteFlags flags, sd_bus_error *error);
16 int bus_swap_commit_properties(Unit *u);