From 29386822955f072e6472ae4ab42e2bd16858e3c5 Mon Sep 17 00:00:00 2001 From: gatecat Date: Sat, 8 May 2021 10:49:42 +0100 Subject: [PATCH] cyclonev: Rebase update Signed-off-by: gatecat --- cyclonev/archdefs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cyclonev/archdefs.h b/cyclonev/archdefs.h index 31f64a6a..0f8f5a12 100644 --- a/cyclonev/archdefs.h +++ b/cyclonev/archdefs.h @@ -22,6 +22,7 @@ #include +#include "base_clusterinfo.h" #include "cyclonev.h" #include "idstring.h" @@ -119,6 +120,7 @@ struct PipId typedef IdString DecalId; typedef IdString GroupId; typedef IdString BelBucketId; +typedef IdString ClusterId; struct ArchNetInfo { @@ -165,7 +167,7 @@ struct FFControlSet bool operator!=(const FFControlSet &other) const { return !(*this == other); } }; -struct ArchCellInfo +struct ArchCellInfo : BaseClusterInfo { union {