From c4e2ceae941d02de5574becbfd3b4db15de2eda3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 20 Aug 2010 02:26:05 +0200 Subject: dbus: follow standardized fdo PropertiesChanged signal spec --- src/swap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/swap.c') diff --git a/src/swap.c b/src/swap.c index ffe76881d4..c81fd67cc8 100644 --- a/src/swap.c +++ b/src/swap.c @@ -599,7 +599,9 @@ const UnitVTable swap_vtable = { .check_gc = swap_check_gc, + .bus_interface = "org.freedesktop.systemd1.Swap", .bus_message_handler = bus_swap_message_handler, + .bus_invalidating_properties = bus_swap_invalidating_properties, .reset_maintenance = swap_reset_maintenance, -- cgit v1.2.3-54-g00ecf