summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-31 13:41:02 -0500
committerJeff Carr <[email protected]>2024-10-31 13:41:02 -0500
commitec9d4649976e1a37a474db39bb5943e2f57f9b65 (patch)
tree3c3e7cfd67d66feb602b72b566f9a31be29c419e /structs.go
parent748f9b4608ccc03f71f40bf961948816a662b1ba (diff)
compiles after protobuf changes
Signed-off-by: Jeff Carr <[email protected]>
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 edd304b..454797a 100644
--- a/structs.go
+++ b/structs.go
@@ -20,7 +20,7 @@ func (b *virtigoT) Enable() {
// this app's variables
type virtigoT struct {
- cluster *pb.Cluster // basic cluster settings
+ cluster *pb.NewCluster // basic cluster settings
hmap map[*pb.Hypervisor]*HyperT // map to the local struct
names []string
hypers []*HyperT