chiark / gitweb /
manager: introduce 'isolate' job mode which kills all units but the requested one
[elogind.git] / unit.h
diff --git a/unit.h b/unit.h
index 9155b2eda1db148e0db219234d1c53fb0c957f53..21627ef4d49b05ea77a371251dba34f487d05655 100644 (file)
--- a/unit.h
+++ b/unit.h
@@ -306,6 +306,9 @@ struct UnitVTable {
 
         /* Exclude from automatic gc */
         bool no_gc:1;
+
+        /* Exclude from isolation requests */
+        bool no_isolate:1;
 };
 
 extern const UnitVTable * const unit_vtable[_UNIT_TYPE_MAX];