Searched defs:RunRequest (Results 1 – 1 of 1) sorted by relevance
34 type RunRequest struct { struct35 Bin string36 P *prog.Prog37 Cfg *ipc.Config38 Opts *ipc.ExecOpts39 Repeat int41 Done chan struct{}42 Output []byte43 Info [][]ipc.CallInfo44 Err error[all …]