Fix deadlock at container finish.
[lightning.git] / gob.go
diff --git a/gob.go b/gob.go
index acc426de96c7c2af7f50b4a6ee133d9cfdbf0d95..0bd18739612c3b14dc13ff847731479372166100 100644 (file)
--- a/gob.go
+++ b/gob.go
@@ -1,3 +1,7 @@
+// Copyright (C) The Lightning Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package lightning
 
 import (
@@ -14,6 +18,8 @@ import (
 type CompactGenome struct {
        Name     string
        Variants []tileVariantID
+       StartTag tagID
+       EndTag   tagID
 }
 
 type CompactSequence struct {
@@ -23,6 +29,7 @@ type CompactSequence struct {
 
 type TileVariant struct {
        Tag      tagID
+       Ref      bool
        Variant  tileVariantID
        Blake2b  [blake2b.Size256]byte
        Sequence []byte