chiark / gitweb /
dbus: add dbus introspection extraction
[elogind.git] / src / unit.h
index 1c8cf6387018efed910bcb6353bf3b5498556382..79f15103baaf65cba3c1db22ebf9c1495d27927f 100644 (file)
@@ -317,6 +317,9 @@ struct UnitVTable {
         void (*sigchld_event)(Unit *u, pid_t pid, int code, int status);
         void (*timer_event)(Unit *u, uint64_t n_elapsed, Watch *w);
 
+        /* Check whether unit needs a daemon reload */
+        bool (*need_daemon_reload)(Unit *u);
+
         /* Reset failed state if we are in failed state */
         void (*reset_failed)(Unit *u);