summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-23 00:48:35 -0500
committerJeff Carr <[email protected]>2024-10-23 00:48:35 -0500
commit62d406e0de0fcfe373ae45ed8920dc8a9e3e1034 (patch)
tree30263802857ebdf488f70c61d1a55b7b5b290d84 /structs.go
parenta3ea303ab86e5db6510a00e373b6e7a6620d426a (diff)
set a homedir
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 b7ce4c4..0cf0176 100644
--- a/structs.go
+++ b/structs.go
@@ -24,7 +24,7 @@ type virtigoT struct {
names []string
hypers []*HyperT
droplets []*DropletT
- delay time.Duration // how often to poll the hypervisors
+ delay time.Duration // how often to poll the hypervisors
killcount int
unstable time.Time // the last time the cluster was incorrect
}