From 09b635219ac8d9b6d7a8a44eab44516cc1ebc9ee Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 23 Oct 2024 02:56:55 -0500 Subject: compiles and runs. logic wrong Signed-off-by: Jeff Carr --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 0b08b25..50f2af1 100644 --- a/structs.go +++ b/structs.go @@ -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 -- cgit v1.2.3