From 06642d1795382a4849aa750ee54238f91e2f3126 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 21 Mar 2014 03:25:28 +0100 Subject: timer: add timer persistance (aka anacron-like behaviour) --- src/core/dbus-timer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/dbus-timer.c') diff --git a/src/core/dbus-timer.c b/src/core/dbus-timer.c index 9d54b948c0..f7af699c56 100644 --- a/src/core/dbus-timer.c +++ b/src/core/dbus-timer.c @@ -144,5 +144,6 @@ const sd_bus_vtable bus_timer_vtable[] = { SD_BUS_PROPERTY("NextElapseUSecMonotonic", "t", bus_property_get_usec, offsetof(Timer, next_elapse_monotonic), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE), SD_BUS_PROPERTY("Result", "s", property_get_result, offsetof(Timer, result), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE), SD_BUS_PROPERTY("AccuracyUSec", "t", bus_property_get_usec, offsetof(Timer, accuracy_usec), SD_BUS_VTABLE_PROPERTY_CONST), + SD_BUS_PROPERTY("Persistent", "b", bus_property_get_bool, offsetof(Timer, persistent), SD_BUS_VTABLE_PROPERTY_CONST), SD_BUS_VTABLE_END }; -- cgit v1.2.1