X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fdbus-timer.c;h=f7af699c560a5c560691062f0b21a97c2686c781;hb=3d94f76c99da13e5603831d0b278f8c8c21bcb02;hp=9d54b948c05b600c1c741c98241e34cbeb0dbbfd;hpb=454f7158c6cecd18555c5e7dd556e3d544301b52;p=elogind.git diff --git a/src/core/dbus-timer.c b/src/core/dbus-timer.c index 9d54b948c..f7af699c5 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 };