Home
last modified time | relevance | path

Searched defs:RunRequest (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/pkg/runtest/
Drun.go34 type RunRequest struct { struct
35 Bin string
36 P *prog.Prog
37 Cfg *ipc.Config
38 Opts *ipc.ExecOpts
39 Repeat int
41 Done chan struct{}
42 Output []byte
43 Info [][]ipc.CallInfo
44 Err error
[all …]