From 39cbc154682ade65b768934bc2d383f8c1f474b6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 25 Mar 2025 20:00:13 -0500 Subject: [PATCH] start moving away from old cluster code --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.go b/structs.go index 7b68e77..a419f20 100644 --- a/structs.go +++ b/structs.go @@ -20,7 +20,7 @@ func (b *virtigoT) Enable() { // this app's variables type virtigoT struct { - cluster *virtpb.Cluster // basic cluster settings + cluster *virtpb.OldCluster // basic cluster settings hmap map[*virtpb.Hypervisor]*HyperT // map to the local struct names []string hypers []*HyperT