summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-07 05:04:50 -0600
committerJeff Carr <[email protected]>2024-11-07 05:04:50 -0600
commit1e03cd437753ef5776822f1828a063674aa5ccf6 (patch)
tree67a06302f98535e15f83d6286834c51f03e0c985
parent3c9d1d6f1d78bbf1ba86097bd29133d96dde6698 (diff)
rename Clusterv0.2.9
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 725b424..606eb6c 100644
--- a/structs.go
+++ b/structs.go
@@ -20,8 +20,8 @@ func (b *virtigoT) Enable() {
// this app's variables
type virtigoT struct {
- cluster *pb.NewCluster // basic cluster settings
- // newc *pb.NewCluster // basic cluster settings
+ cluster *pb.Cluster // basic cluster settings
+ // newc *pb.Cluster // basic cluster settings
e *pb.Events // virtbuf events
hmap map[*pb.Hypervisor]*HyperT // map to the local struct
names []string