aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/pkg/api/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'syz-cluster/pkg/api/api.go')
-rw-r--r--syz-cluster/pkg/api/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-cluster/pkg/api/api.go b/syz-cluster/pkg/api/api.go
index 5d1c4ed82..49a5a7f45 100644
--- a/syz-cluster/pkg/api/api.go
+++ b/syz-cluster/pkg/api/api.go
@@ -10,7 +10,7 @@ type TriageResult struct {
// If set, ignore the patch series completely.
SkipReason string `json:"skip_reason"`
// Fuzzing configuration to try (NULL if nothing).
- Fuzz *FuzzTask `json:"fuzz"`
+ Fuzz []*FuzzTask `json:"fuzz"`
}
// The data layout faclitates the simplicity of the workflow definition.