diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/report/report.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/report/report.go b/pkg/report/report.go index 514a47734..2003b8b83 100644 --- a/pkg/report/report.go +++ b/pkg/report/report.go @@ -65,6 +65,8 @@ type Report struct { Recipients vcs.Recipients // GuiltyFile is the source file that we think is to blame for the crash (filled in by Symbolize). GuiltyFile string + // Arbitrary information about the test VM, may be attached to the report by users of the package. + MachineInfo []byte // reportPrefixLen is length of additional prefix lines that we added before actual crash report. reportPrefixLen int // symbolized is set if the report is symbolized. |
