Index: util/mac/process_reader.h |
diff --git a/util/mac/process_reader.h b/util/mac/process_reader.h |
index 5bce72142959716419f3be2d121e24561ea99b05..db38b528e56c4115ba1dd899fd8e076a6be2f5fd 100644 |
--- a/util/mac/process_reader.h |
+++ b/util/mac/process_reader.h |
@@ -67,7 +67,7 @@ class ProcessReader { |
mach_vm_address_t stack_region_address; |
mach_vm_size_t stack_region_size; |
mach_vm_address_t thread_specific_data_address; |
- task_t port; |
+ thread_t port; |
int suspend_count; |
int priority; |
}; |