chiark / gitweb /
readahead: ignore replay events when collecting
[elogind.git] / src / manager.h
index c404443f52caebee0b227c6bd01f030f58f8188c..10ff24c798aec59577fecda1c2271cd8901a636a 100644 (file)
@@ -203,13 +203,16 @@ struct Manager {
 
         bool show_status;
         bool confirm_spawn;
+#ifdef HAVE_SYSV_COMPAT
         bool sysv_console;
+#endif
         bool mount_auto;
         bool swap_auto;
 
         int n_deserializing;
 
         unsigned n_installed_jobs;
+        unsigned n_failed_jobs;
 };
 
 int manager_new(ManagerRunningAs running_as, Manager **m);