diff options
| author | Jeff Carr <[email protected]> | 2025-03-25 20:00:13 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-25 20:00:13 -0500 | 
| commit | 39cbc154682ade65b768934bc2d383f8c1f474b6 (patch) | |
| tree | b21e77f5ac964ef09d0261c4467228f14f66b55e | |
| parent | 498bfe82f073d5641a42b057512396cc967524c1 (diff) | |
start moving away from old cluster codev0.1.55v0.1.54v0.1.53v0.1.52v0.1.51v0.1.50v0.1.49v0.1.48v0.1.47v0.1.46v0.1.45v0.1.44v0.1.43v0.1.42v0.1.41v0.1.40v0.1.39v0.1.38v0.1.37v0.1.36v0.1.35
| -rw-r--r-- | structs.go | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ func (b *virtigoT) Enable() {  // this app's variables  type virtigoT struct { -	cluster   *virtpb.Cluster                // basic cluster settings +	cluster   *virtpb.OldCluster                // basic cluster settings  	hmap      map[*virtpb.Hypervisor]*HyperT // map to the local struct  	names     []string  	hypers    []*HyperT  | 
