diff options
| author | Jeff Carr <[email protected]> | 2024-10-31 13:37:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-31 13:37:00 -0500 |
| commit | 3c520003edb286deec57ce62c447373912787829 (patch) | |
| tree | 29b819f09a0147f39eba997dab0979698cf68635 /structs.go | |
| parent | 913b18737b9cb25636eea44355ddc680ff1c45c0 (diff) | |
compiles again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
