diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 20:09:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 20:09:59 -0500 |
| commit | 3c1efcba0e6d5757aea38b0c2067fdbb26be8105 (patch) | |
| tree | fbc91a529cbee31a72ffc303fc1cf9da2fc36449 /structs.go | |
| parent | 7837182d532dcc022ca2ffafa9289640ac942195 (diff) | |
start worked by sending protobuf
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |
