diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,8 +28,9 @@ type virtigoT struct { killcount int unstable time.Time // the last time the cluster was incorrect changed bool - unstableTimeout time.Duration // how long a droplet can be missing until it's declared dead + unstableTimeout time.Duration // how long a droplet can be unstable until it's declared dead clusterStableDuration time.Duration // how long the cluster must be stable before new droplets can be started + missingDropletTimeout time.Duration // how long a droplet can be missing for } // the stuff that is needed for a hypervisor |
