chiark / gitweb /
core: remove sysv_console option
[elogind.git] / src / core / manager.h
index 9b947c9530469b7cf6b816bb21ae860acd1dcd97..be2780bafe2a53e6375da5e21ee944f80da71ca6 100644 (file)
@@ -152,6 +152,8 @@ struct Manager {
         dual_timestamp finish_timestamp;
 
         char *generator_unit_path;
+        char *generator_unit_path_early;
+        char *generator_unit_path_late;
 
         /* Data specific to the device subsystem */
         struct udev* udev;
@@ -220,9 +222,6 @@ struct Manager {
 
         bool show_status;
         bool confirm_spawn;
-#ifdef HAVE_SYSV_COMPAT
-        bool sysv_console;
-#endif
 
         ExecOutput default_std_output, default_std_error;