summaryrefslogtreecommitdiff
path: root/kern/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.h')
-rw-r--r--kern/thread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/thread.h b/kern/thread.h
index 07b7463..9958e2b 100644
--- a/kern/thread.h
+++ b/kern/thread.h
@@ -195,6 +195,9 @@ struct thread {
unsigned int cpu_delta; /* cpu usage since last update */
unsigned int sched_delta; /* weighted cpu usage since update */
+ /* Creation time stamp */
+ time_value_t creation_time;
+
/* Time-outs */
timer_elt_data_t timer; /* timer for thread */
timer_elt_data_t depress_timer; /* timer for priority depression */