summaryrefslogtreecommitdiff
path: root/kern/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.h')
-rw-r--r--kern/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/thread.h b/kern/thread.h
index 3485f6af..7b96df5d 100644
--- a/kern/thread.h
+++ b/kern/thread.h
@@ -207,8 +207,8 @@ struct thread {
time_value64_t creation_time;
/* Time-outs */
- timer_elt_data_t timer; /* timer for thread */
- timer_elt_data_t depress_timer; /* timer for priority depression */
+ timeout_data_t timer; /* timer for thread */
+ timeout_data_t depress_timer; /* timer for priority depression */
/* Ast/Halt data structures */
/* Defined above */