diff options
Diffstat (limited to 'event.go')
| -rw-r--r-- | event.go | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -142,6 +142,12 @@ func Start(name string) (bool, string) { n := a + rand.Intn(b-a) result += fmt.Sprintln("pool has", len(pool), "members", "rand =", n) h := pool[n] + + // send the search directories to the hypervisor + result += fmt.Sprintln("h.sendDirs() HERE") + result += fmt.Sprintln("h.sendDirs() HERE") + h.sendDirs() + startbool, startresult := h.start(d) return startbool, result + startresult } |
