summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-22 19:55:32 -0500
committerJeff Carr <[email protected]>2024-10-22 19:55:32 -0500
commit5b99a88e0607426e3651ef1526809c84ede8301a (patch)
tree3444bb6593d55d722580b160871ca3d4f397ce43 /structs.go
parenta5a972e2f41c9f79938f4779027c62eebeb45704 (diff)
dump Scan var
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 392238b..5e6201e 100644
--- a/structs.go
+++ b/structs.go
@@ -35,7 +35,6 @@ type HyperT struct {
Dog *time.Ticker // the watchdog timer itself
lastpoll time.Time // the last time the hypervisor polled
killcount int
- Scan func() // the function to run to scan the hypervisor
}
// the stuff that is needed for a hypervisor