summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 20:09:59 -0500
committerJeff Carr <[email protected]>2024-10-26 20:09:59 -0500
commit3c1efcba0e6d5757aea38b0c2067fdbb26be8105 (patch)
treefbc91a529cbee31a72ffc303fc1cf9da2fc36449 /structs.go
parent7837182d532dcc022ca2ffafa9289640ac942195 (diff)
start worked by sending protobuf
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index a19c2ba..d2dd8cb 100644
--- a/structs.go
+++ b/structs.go
@@ -31,6 +31,7 @@ type virtigoT struct {
killcount int
unstable time.Time // the last time the cluster was incorrect
changed bool
+ unstableTimeout time.Duration
// dirs []string // all the paths too search for a qcow image
}