diff options
author | WaLyong Cho <walyong.cho@samsung.com> | 2014-12-09 00:03:53 +0900 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-08 16:28:56 +0100 |
commit | d8a812d168971ef2a03bbf3d1cc5e9911f942264 (patch) | |
tree | e623a6e8d7afc5ff2430f44b54a13a4f67f1668d /src/core/dbus-timer.h | |
parent | ab31f6b8713d43354c3716ee4c37fe4460db9254 (diff) |
timer: timer can be a transient unit
Diffstat (limited to 'src/core/dbus-timer.h')
-rw-r--r-- | src/core/dbus-timer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/dbus-timer.h b/src/core/dbus-timer.h index cfff88e8b7..103172f055 100644 --- a/src/core/dbus-timer.h +++ b/src/core/dbus-timer.h @@ -22,5 +22,8 @@ ***/ #include "sd-bus.h" +#include "unit.h" extern const sd_bus_vtable bus_timer_vtable[]; + +int bus_timer_set_property(Unit *u, const char *name, sd_bus_message *i, UnitSetPropertiesMode mode, sd_bus_error *error); |