import "github.com/google/syzkaller/vm/isolated"
type Config struct { Targets []string `json:"targets"` // target machines: (hostname|ip)(:port)? TargetDir string `json:"target_dir"` // directory to copy/run on target TargetReboot bool `json:"target_reboot"` // reboot target on repair }
type Pool struct {
// contains filtered or unexported fields
}
Package isolated imports 12 packages (graph) and is imported by 2 packages. Updated 2019-04-14. Refresh now. Tools for package owners.