X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Funit.h;h=f1171270f8adcc5721018a513802a0d9dde727db;hb=8fe914ec81d9f57bcc083036f528b00119ed2e3b;hp=1295d9ff527a16c4f028993b6021f33e2c6c16af;hpb=5632e3743db350a67478acc107d76cdf648a1f99;p=elogind.git diff --git a/src/unit.h b/src/unit.h index 1295d9ff5..f1171270f 100644 --- a/src/unit.h +++ b/src/unit.h @@ -176,6 +176,9 @@ struct Meta { /* GC queue */ LIST_FIELDS(Meta, gc_queue); + /* This follows another unit in state */ + Unit *following; + /* Used during GC sweeps */ unsigned gc_marker;