start moving away from old cluster code

This commit is contained in:
Jeff Carr 2025-03-25 20:00:13 -05:00
parent 498bfe82f0
commit 39cbc15468
1 changed files with 1 additions and 1 deletions

View File

@ -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