diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 21:13:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 21:13:25 -0500 |
| commit | 5d1729f99ba8968900eaaaa38f74f327730fffd4 (patch) | |
| tree | d0fe2a24e443e14fe6ffcb28fd1937f8ec0ee0b0 /structs.go | |
| parent | cec509ae7f3156887a807a50a3e8d6982a236435 (diff) | |
more cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -20,11 +20,11 @@ func (b *virtigoT) Enable() { // this app's variables type virtigoT struct { - cluster *pb.Cluster // basic cluster settings - delay time.Duration // how often to poll the hypervisors - hmap map[*pb.Hypervisor]*HyperT // map to the local struct - names []string - hypers []*HyperT + cluster *pb.Cluster // basic cluster settings + delay time.Duration // how often to poll the hypervisors + hmap map[*pb.Hypervisor]*HyperT // map to the local struct + names []string + hypers []*HyperT killcount int unstable time.Time // the last time the cluster was incorrect changed bool |
