diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ type virtigoT struct { delay time.Duration // how often to poll the hypervisors killcount int unstable time.Time // the last time the cluster was incorrect + changed bool } // the stuff that is needed for a hypervisor |
