diff options
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index c9b9ded15..6b1f6ab7b 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -231,6 +231,8 @@ type BugReport struct { ReproC []byte ReproSyz []byte CrashID int64 // returned back in BugUpdate + NumCrashes int64 + HappenedOn []string // list of kernel repo aliases CrashTitle string // job execution crash title Error []byte // job execution error |
