diff options
Diffstat (limited to 'unit.h')
-rw-r--r-- | unit.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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]; |