aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cyclonev/archdefs.h4
1 files changed, 3 insertions, 1 deletions
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 <boost/functional/hash.hpp>
+#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
{