X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmanager.h;h=5037127655db799a26cf08d40add610b0d285bca;hb=e983b76024342278a0377eae116c925f2567776e;hp=c404443f52caebee0b227c6bd01f030f58f8188c;hpb=b0c918b97f1abb160d8df2b94deb03efcb4fcf8f;p=elogind.git diff --git a/src/manager.h b/src/manager.h index c404443f5..503712765 100644 --- a/src/manager.h +++ b/src/manager.h @@ -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); @@ -261,6 +264,7 @@ bool manager_is_booting_or_shutting_down(Manager *m); void manager_reset_failed(Manager *m); void manager_send_unit_audit(Manager *m, Unit *u, int type, bool success); +void manager_send_unit_plymouth(Manager *m, Unit *u); bool manager_unit_pending_inactive(Manager *m, const char *name);