summaryrefslogtreecommitdiff
path: root/src/core/swap.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-06-27 23:21:21 +0200
committerLennart Poettering <lennart@poettering.net>2013-06-27 23:21:21 +0200
commit74c964d369b11bbf465c140c3f2dfcde2c7f5977 (patch)
tree7d4cfc98a04c2d9a0170626fd8bb3b4c40439447 /src/core/swap.c
parent7041efe9600e569da6089c36d00fa3ff58e33178 (diff)
dbus: hookup runtime property changes for mouns, services, sockets, swaps too
Diffstat (limited to 'src/core/swap.c')
-rw-r--r--src/core/swap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/swap.c b/src/core/swap.c
index 0d4b4fa4f9..825503f3de 100644
--- a/src/core/swap.c
+++ b/src/core/swap.c
@@ -1363,6 +1363,8 @@ const UnitVTable swap_vtable = {
.bus_interface = "org.freedesktop.systemd1.Swap",
.bus_message_handler = bus_swap_message_handler,
.bus_invalidating_properties = bus_swap_invalidating_properties,
+ .bus_set_property = bus_swap_set_property,
+ .bus_commit_properties = bus_swap_commit_properties,
.following = swap_following,
.following_set = swap_following_set,