chiark / gitweb /
unit: issue notify even if the high-level state didn't change
[elogind.git] / manager.h
index 00d5ea19270d5789d49898edaaa538919302a934..817bc00bc825ac1cd92e9a8a2324405e16965088 100644 (file)
--- a/manager.h
+++ b/manager.h
@@ -82,7 +82,8 @@ struct Watch {
 #define SPECIAL_REMOTE_FS_TARGET "remote-fs.target"
 #define SPECIAL_SYSLOG_TARGET "syslog.target"             /* Should pull in syslog.socket or syslog.service */
 #define SPECIAL_RTC_SET_TARGET "rtc-set.target"           /* LSB's $time */
-#define SPECIAL_BASIC_SERVICE "basic.target"
+#define SPECIAL_BASIC_TARGET "basic.target"
+#define SPECIAL_RESCUE_TARGET "rescue.target"
 
 /* For SysV compatibility. Usually an alias for a saner target. On
  * SysV-free systems this doesn't exist. */
@@ -146,6 +147,7 @@ struct Manager {
 
         char **unit_path;
         char **sysvinit_path;
+        char **sysvrcnd_path;
 
         /* Data specific to the device subsystem */
         struct udev* udev;