| Index: snapshot/mac/process_types/dyld_images.proctype
|
| diff --git a/snapshot/mac/process_types/dyld_images.proctype b/snapshot/mac/process_types/dyld_images.proctype
|
| index 3e45c99213e1132c63ceeb8377d7b36e930e4994..99be27c503fadc790a32ac31708870a7bf101544 100644
|
| --- a/snapshot/mac/process_types/dyld_images.proctype
|
| +++ b/snapshot/mac/process_types/dyld_images.proctype
|
| @@ -45,6 +45,7 @@ PROCESS_TYPE_STRUCT_END(dyld_uuid_info)
|
|
|
| PROCESS_TYPE_STRUCT_BEGIN(dyld_all_image_infos)
|
| PROCESS_TYPE_STRUCT_MEMBER(uint32_t, version)
|
| + PROCESS_TYPE_STRUCT_VERSIONED(dyld_all_image_infos, version)
|
|
|
| // Version 1 (Mac OS X 10.4)
|
| PROCESS_TYPE_STRUCT_MEMBER(uint32_t, infoArrayCount)
|
|
|