chiark / gitweb /
device: do not merge devices
[elogind.git] / src / unit.h
index 1295d9ff527a16c4f028993b6021f33e2c6c16af..f1171270f8adcc5721018a513802a0d9dde727db 100644 (file)
@@ -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;