diff options
| author | Jeff Carr <[email protected]> | 2024-10-12 11:54:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-12 11:54:01 -0500 |
| commit | 487c6fd11c2746a71fee1a6b562e41fbb2486382 (patch) | |
| tree | 9b586687707d3778856ef285fdd88d583c3b8eb7 /structs.go | |
| parent | a6b385e21628989b9c14958fdaaca00fbf1f4663 (diff) | |
polling duration times work
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ func (b *virtigoT) Enable() { type virtigoT struct { names []string hypers []HyperT - droplets []DropletT + droplets []*DropletT } // the stuff that is needed for a hypervisor |
