aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2024-12-02 15:28:23 +0100
committerAleksandr Nogikh <nogikh@google.com>2024-12-03 09:29:37 +0000
commit9bacd5a34e12f90560c1d594634e0526185facde (patch)
tree312ea303b0dead377335dbf652bdf43773aa2947 /pkg/report
parent578925bcbcaef470c75aea9e463ca6a44ac10c17 (diff)
pkg/report: detect the lost connection crash type
Diffstat (limited to 'pkg/report')
-rw-r--r--pkg/report/crash/types.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/crash/types.go b/pkg/report/crash/types.go
index 9a5be9136..6de004274 100644
--- a/pkg/report/crash/types.go
+++ b/pkg/report/crash/types.go
@@ -19,6 +19,7 @@ const (
AtomicSleep = Type("ATOMIC_SLEEP")
KMSAN = Type("KMSAN")
SyzFailure = Type("SYZ_FAILURE")
+ LostConnection = Type("LOST_CONNECTION")
)
func (t Type) String() string {