X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=unit.h;h=21627ef4d49b05ea77a371251dba34f487d05655;hb=c497c7a9e4db487eab4f92421a74d721d9558186;hp=9155b2eda1db148e0db219234d1c53fb0c957f53;hpb=701cc384c283206a29b21e4e7302e5cf5f2d9433;p=elogind.git diff --git a/unit.h b/unit.h index 9155b2eda..21627ef4d 100644 --- 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];