diff options
Diffstat (limited to 'include/mach/thread_info.h')
-rw-r--r-- | include/mach/thread_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mach/thread_info.h b/include/mach/thread_info.h index 2c79829a..60e8ba7f 100644 --- a/include/mach/thread_info.h +++ b/include/mach/thread_info.h @@ -65,6 +65,7 @@ struct thread_basic_info { integer_t suspend_count; /* suspend count for thread */ integer_t sleep_time; /* number of seconds that thread has been sleeping */ + time_value_t creation_time; /* time stamp of creation */ }; typedef struct thread_basic_info thread_basic_info_data_t; |