diff options
Diffstat (limited to 'pkg/fuzzer/queue')
| -rw-r--r-- | pkg/fuzzer/queue/queue.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/fuzzer/queue/queue.go b/pkg/fuzzer/queue/queue.go index 0e578c6f9..a9411c1bd 100644 --- a/pkg/fuzzer/queue/queue.go +++ b/pkg/fuzzer/queue/queue.go @@ -13,7 +13,6 @@ import ( "github.com/google/syzkaller/pkg/flatrpc" "github.com/google/syzkaller/pkg/hash" - "github.com/google/syzkaller/pkg/ipc" "github.com/google/syzkaller/pkg/signal" "github.com/google/syzkaller/pkg/stats" "github.com/google/syzkaller/prog" @@ -21,7 +20,7 @@ import ( type Request struct { Prog *prog.Prog - ExecOpts ipc.ExecOpts + ExecOpts flatrpc.ExecOpts // If specified, the resulting signal for call SignalFilterCall // will include subset of it even if it's not new. |
