summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-12 11:54:01 -0500
committerJeff Carr <[email protected]>2024-10-12 11:54:01 -0500
commit487c6fd11c2746a71fee1a6b562e41fbb2486382 (patch)
tree9b586687707d3778856ef285fdd88d583c3b8eb7 /structs.go
parenta6b385e21628989b9c14958fdaaca00fbf1f4663 (diff)
polling duration times work
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 7a0f0ee..c747661 100644
--- a/structs.go
+++ b/structs.go
@@ -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