chiark / gitweb /
ask-password: support passwords without timeouts
[elogind.git] / src / unit.h
index 4245f3cf1ca7875b6963fd2566169d98d74f3b30..2c5cacd9e31a4b681dbf3b48bff1e8d14cb6195f 100644 (file)
@@ -207,6 +207,9 @@ struct Meta {
         /* Allow isolation requests */
         bool allow_isolate;
 
+        /* Isolate OnFailure unit */
+        bool on_failure_isolate;
+
         /* Did the last condition check suceed? */
         bool condition_result;