rename Cluster

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-07 05:04:50 -06:00
parent 3c9d1d6f1d
commit 1e03cd4377
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ func (b *virtigoT) Enable() {
// this app's variables // this app's variables
type virtigoT struct { type virtigoT struct {
cluster *pb.NewCluster // basic cluster settings cluster *pb.Cluster // basic cluster settings
// newc *pb.NewCluster // basic cluster settings // newc *pb.Cluster // basic cluster settings
e *pb.Events // virtbuf events e *pb.Events // virtbuf events
hmap map[*pb.Hypervisor]*HyperT // map to the local struct hmap map[*pb.Hypervisor]*HyperT // map to the local struct
names []string names []string