| Index: snapshot/mac/process_types/crashreporterclient.proctype
|
| diff --git a/snapshot/mac/process_types/crashreporterclient.proctype b/snapshot/mac/process_types/crashreporterclient.proctype
|
| index 7afaddea799f777f5b77c2dd008733e7abea70e2..b40aa358ea4f391c8346dbcdff08763330c6deda 100644
|
| --- a/snapshot/mac/process_types/crashreporterclient.proctype
|
| +++ b/snapshot/mac/process_types/crashreporterclient.proctype
|
| @@ -41,6 +41,7 @@
|
|
|
| PROCESS_TYPE_STRUCT_BEGIN(crashreporter_annotations_t)
|
| PROCESS_TYPE_STRUCT_MEMBER(uint64_t, version) // unsigned long
|
| + PROCESS_TYPE_STRUCT_VERSIONED(crashreporter_annotations_t, version)
|
|
|
| // Version 4 (Mac OS X 10.7)
|
| PROCESS_TYPE_STRUCT_MEMBER(uint64_t, message) // char*
|
|
|