Internal change

PiperOrigin-RevId: 270878802
Change-Id: I4c946fdb5f566909eaead35a3050a99ab9047553
This commit is contained in:
Kevin Hamacher 2019-09-24 04:49:55 -07:00 committed by Copybara-Service
parent c337ea117e
commit 1cf9bf8ab6

View File

@ -145,4 +145,6 @@ message Violation {
RegisterValues register_values = 8; RegisterValues register_values = 8;
FsDescription fs = 9; FsDescription fs = 9;
string proc_maps = 10; string proc_maps = 10;
// Contains the received signal that caused the death if applicable.
int32 signal = 11;
} }