]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/dbus-automount.c
automount: add expire support
[thirdparty/systemd.git] / src / core / dbus-automount.c
index 38acbd0c2625e68d6da5fd7c87a376886941332b..5162ce34cb75f09bbbe9d5b019d3169ea197f3ac 100644 (file)
@@ -30,5 +30,6 @@ const sd_bus_vtable bus_automount_vtable[] = {
         SD_BUS_PROPERTY("Where", "s", NULL, offsetof(Automount, where), SD_BUS_VTABLE_PROPERTY_CONST),
         SD_BUS_PROPERTY("DirectoryMode", "u", bus_property_get_mode, offsetof(Automount, directory_mode), SD_BUS_VTABLE_PROPERTY_CONST),
         SD_BUS_PROPERTY("Result", "s", property_get_result, offsetof(Automount, result), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
+        SD_BUS_PROPERTY("TimeoutIdleUSec", "t", bus_property_get_usec, offsetof(Automount, timeout_idle_usec), SD_BUS_VTABLE_PROPERTY_CONST),
         SD_BUS_VTABLE_END
 };