diff --git a/sandboxed_api/sandbox2/violation.proto b/sandboxed_api/sandbox2/violation.proto index 8575d96..97e978f 100644 --- a/sandboxed_api/sandbox2/violation.proto +++ b/sandboxed_api/sandbox2/violation.proto @@ -145,4 +145,6 @@ message Violation { RegisterValues register_values = 8; FsDescription fs = 9; string proc_maps = 10; + // Contains the received signal that caused the death if applicable. + int32 signal = 11; }