aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi/dashapi.go
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
-rw-r--r--dashboard/dashapi/dashapi.go15
1 files changed, 8 insertions, 7 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go
index d5ccc1e0f..2a6c8df22 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -183,13 +183,14 @@ type JobPollResp struct {
}
type JobDoneReq struct {
- ID string
- Build Build
- Error []byte
- Log []byte // bisection log
- CrashTitle string
- CrashLog []byte
- CrashReport []byte
+ ID string
+ Build Build
+ Error []byte
+ Log []byte // bisection log
+ CrashTitle string
+ CrashAltTitles []string
+ CrashLog []byte
+ CrashReport []byte
// Bisection results:
// If there is 0 commits:
// - still happens on HEAD for fix bisection