summaryrefslogtreecommitdiff
path: root/src/core/dbus-timer.h
diff options
context:
space:
mode:
authorWaLyong Cho <walyong.cho@samsung.com>2014-12-09 00:03:53 +0900
committerLennart Poettering <lennart@poettering.net>2014-12-08 16:28:56 +0100
commitd8a812d168971ef2a03bbf3d1cc5e9911f942264 (patch)
treee623a6e8d7afc5ff2430f44b54a13a4f67f1668d /src/core/dbus-timer.h
parentab31f6b8713d43354c3716ee4c37fe4460db9254 (diff)
timer: timer can be a transient unit
Diffstat (limited to 'src/core/dbus-timer.h')
-rw-r--r--src/core/dbus-timer.h3
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);