chiark / gitweb /
manager: print warning on console before reboot
[elogind.git] / src / core / manager.h
index d0c0f58d0b32b358320d82cc8ec9fe13cc2e1d08..ab7254849c39306efed0113817259eadd71a56e5 100644 (file)
@@ -63,6 +63,7 @@ typedef enum ManagerExitCode {
 typedef enum StatusType {
         STATUS_TYPE_EPHEMERAL,
         STATUS_TYPE_NORMAL,
+        STATUS_TYPE_EMERGENCY,
 } StatusType;
 
 #include "unit.h"