summaryrefslogtreecommitdiff
path: root/kern/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.h')
-rw-r--r--kern/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.h b/kern/thread.h
index 689ef775..f8989f45 100644
--- a/kern/thread.h
+++ b/kern/thread.h
@@ -204,7 +204,7 @@ struct thread {
unsigned int sched_delta; /* weighted cpu usage since update */
/* Creation time stamp */
- time_value_t creation_time;
+ time_value64_t creation_time;
/* Time-outs */
timer_elt_data_t timer; /* timer for thread */