summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-31 13:37:00 -0500
committerJeff Carr <[email protected]>2024-10-31 13:37:00 -0500
commit3c520003edb286deec57ce62c447373912787829 (patch)
tree29b819f09a0147f39eba997dab0979698cf68635 /structs.go
parent913b18737b9cb25636eea44355ddc680ff1c45c0 (diff)
compiles again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index d8c0823..725b424 100644
--- a/structs.go
+++ b/structs.go
@@ -20,7 +20,8 @@ func (b *virtigoT) Enable() {
// this app's variables
type virtigoT struct {
- cluster *pb.Cluster // basic cluster settings
+ cluster *pb.NewCluster // basic cluster settings
+ // newc *pb.NewCluster // basic cluster settings
e *pb.Events // virtbuf events
hmap map[*pb.Hypervisor]*HyperT // map to the local struct
names []string