From: Djalal Harouni Date: Mon, 24 Feb 2014 00:42:23 +0000 (+0100) Subject: dbus-timer: fix bus_timer_vtable to have the correct times X-Git-Tag: v210~18 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=454f7158c6cecd18555c5e7dd556e3d544301b52;hp=454f7158c6cecd18555c5e7dd556e3d544301b52;p=elogind.git dbus-timer: fix bus_timer_vtable to have the correct times next_elapse_monotonic() should map to the "NextElapseUSecMonotonic" property and next_elapse_realtime() to "NextElapseUSecRealtime" one. This makes "systemctl list-timers" compute and show the correct times. https://bugs.freedesktop.org/show_bug.cgi?id=75272 ---