| 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.
|
| + optional uint32 module_id = 1;
|
| + optional uint32 type_id = 2;
|
| + optional string data_name = 3;
|
| }
|
|
|
| // An instance of a module.
|
|
|