From 5bd0707340570f48675a53f5dec8dd34b162e415 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 4 Jul 2010 04:55:33 +0200 Subject: dbus: complete automount and mount unit coverage --- src/dbus-automount.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/dbus-automount.c') diff --git a/src/dbus-automount.c b/src/dbus-automount.c index 61732f989f..ada2d22ca3 100644 --- a/src/dbus-automount.c +++ b/src/dbus-automount.c @@ -25,6 +25,7 @@ #define BUS_AUTOMOUNT_INTERFACE \ " \n" \ " \n" \ + " \n" \ " \n" #define INTROSPECTION \ @@ -41,7 +42,8 @@ const char bus_automount_interface[] = BUS_AUTOMOUNT_INTERFACE; DBusHandlerResult bus_automount_message_handler(Unit *u, DBusConnection *c, DBusMessage *message) { const BusProperty properties[] = { BUS_UNIT_PROPERTIES, - { "org.freedesktop.systemd1.Automount", "Where", bus_property_append_string, "s", u->automount.where }, + { "org.freedesktop.systemd1.Automount", "Where", bus_property_append_string, "s", u->automount.where }, + { "org.freedesktop.systemd1.Automount", "DirectoryMode", bus_property_append_mode, "u", &u->automount.directory_mode }, { NULL, NULL, NULL, NULL, NULL } }; -- cgit v1.2.3-54-g00ecf