diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-06-27 23:21:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-06-27 23:21:21 +0200 |
commit | 74c964d369b11bbf465c140c3f2dfcde2c7f5977 (patch) | |
tree | 7d4cfc98a04c2d9a0170626fd8bb3b4c40439447 /src/core/dbus-mount.h | |
parent | 7041efe9600e569da6089c36d00fa3ff58e33178 (diff) |
dbus: hookup runtime property changes for mouns, services, sockets, swaps too
Diffstat (limited to 'src/core/dbus-mount.h')
-rw-r--r-- | src/core/dbus-mount.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/dbus-mount.h b/src/core/dbus-mount.h index 8597394373..f4ec8b1625 100644 --- a/src/core/dbus-mount.h +++ b/src/core/dbus-mount.h @@ -27,5 +27,8 @@ DBusHandlerResult bus_mount_message_handler(Unit *u, DBusConnection *c, DBusMessage *message); +int bus_mount_set_property(Unit *u, const char *name, DBusMessageIter *i, UnitSetPropertiesMode mode, DBusError *error); +int bus_mount_commit_properties(Unit *u); + extern const char bus_mount_interface[]; extern const char bus_mount_invalidating_properties[]; |