Chromium Code Reviews| Index: syzygy/refinery/process_state/refinery.proto |
| diff --git a/syzygy/refinery/process_state/refinery.proto b/syzygy/refinery/process_state/refinery.proto |
| index b5b5e38a7ebe47342d59fe540ff03909c6eb25ca..9823b2478c60119a9b7113d18bb3a1ba1088d126 100644 |
| --- a/syzygy/refinery/process_state/refinery.proto |
| +++ b/syzygy/refinery/process_state/refinery.proto |
| @@ -108,8 +108,10 @@ message HeapSnippet { |
| } |
| message TypedBlock { |
| - optional string data_name = 1; |
| - optional string type_name = 2; |
| + // A module identifier within the module layer. |
|
Sigurður Ásgeirsson
2015/11/27 14:45:31
nit: this is an unsafe change to a protobuffer. Do
manzagop (departed)
2015/11/27 15:20:28
Yup, I'm aware this is a no-no when we'll start ha
|
| + optional uint32 module_id = 1; |
| + optional uint32 type_id = 2; |
| + optional string data_name = 3; |
| } |
| // An instance of a module. |