diff options
Diffstat (limited to 'pkg/aflow/flow/patching/patching.go')
| -rw-r--r-- | pkg/aflow/flow/patching/patching.go | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pkg/aflow/flow/patching/patching.go b/pkg/aflow/flow/patching/patching.go index 5775a2092..7abdd5636 100644 --- a/pkg/aflow/flow/patching/patching.go +++ b/pkg/aflow/flow/patching/patching.go @@ -18,11 +18,10 @@ import ( ) type Inputs struct { - ReproOpts string - ReproSyz string - ReproC string - KernelConfig string - SyzkallerCommit string + ReproOpts string + ReproSyz string + ReproC string + KernelConfig string // Same as in the manager config. Syzkaller string |
