chiark / gitweb /
dbus-timer: fix bus_timer_vtable to have the correct times
authorDjalal Harouni <tixxdz@opendz.org>
Mon, 24 Feb 2014 00:42:23 +0000 (01:42 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 24 Feb 2014 04:53:25 +0000 (23:53 -0500)
commit454f7158c6cecd18555c5e7dd556e3d544301b52
tree41c7064e477c9309d1c900147769e210c6fa6246
parent46a96f43239a5bbbb9e2e440e8ae7f3964a33fc3
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
src/core/dbus-timer.c