summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-25 20:00:13 -0500
committerJeff Carr <[email protected]>2025-03-25 20:00:13 -0500
commit39cbc154682ade65b768934bc2d383f8c1f474b6 (patch)
treeb21e77f5ac964ef09d0261c4467228f14f66b55e /structs.go
parent498bfe82f073d5641a42b057512396cc967524c1 (diff)
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
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