summaryrefslogtreecommitdiff
path: root/kern/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/task.h')
-rw-r--r--kern/task.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/task.h b/kern/task.h
index 52733b9..ec80058 100644
--- a/kern/task.h
+++ b/kern/task.h
@@ -86,6 +86,8 @@ struct task {
time_value_t total_system_time;
/* total system time for dead threads */
+ time_value_t creation_time; /* time stamp at creation */
+
/* IPC structures */
decl_simple_lock_data(, itk_lock_data)
struct ipc_port *itk_self; /* not a right, doesn't hold ref */