diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-19 03:04:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-19 03:04:04 +0200 |
commit | 5e8d1c9a9f15b7453474dc4879bdb4021c3f50a1 (patch) | |
tree | ff305b07ce88ea21de22fc86b53c246e40d857c1 /src/dbus-timer.h | |
parent | f9704703f35a281d9f8fa12018bd396b2be30d36 (diff) |
dbus: to make sure that systemd stays controllable during early bootup, register our services on our own micro usb server in addition to the bus
Diffstat (limited to 'src/dbus-timer.h')
-rw-r--r-- | src/dbus-timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-timer.h b/src/dbus-timer.h index 250e8186ed..562d44981e 100644 --- a/src/dbus-timer.h +++ b/src/dbus-timer.h @@ -26,7 +26,7 @@ #include "unit.h" -DBusHandlerResult bus_timer_message_handler(Unit *u, DBusMessage *message); +DBusHandlerResult bus_timer_message_handler(Unit *u, DBusConnection *c, DBusMessage *message); extern const char bus_timer_interface[]; |