summaryrefslogtreecommitdiff
path: root/kern/thread_i.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-08-27 17:20:12 +0200
committerRichard Braun <rbraun@sceen.net>2017-08-27 17:20:12 +0200
commitcbf35081fabde1ce35cbaf223fde853db86e06d4 (patch)
treea6215d6335ec42e33da4b6aadfa1b3c0be9c860b /kern/thread_i.h
parent094319b4a0a04ae11e24b44bb67aaf901536afb2 (diff)
parent70f7512a01ba8f90aad6dbb4d285e279f0e17e64 (diff)
Merge branch 'timer_system'
Diffstat (limited to 'kern/thread_i.h')
-rw-r--r--kern/thread_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/thread_i.h b/kern/thread_i.h
index cd349771..9ff4b764 100644
--- a/kern/thread_i.h
+++ b/kern/thread_i.h
@@ -107,6 +107,7 @@ struct thread {
bool in_runq; /* (r) */
const void *wchan_addr; /* (r) */
const char *wchan_desc; /* (r) */
+ int wakeup_error; /* (r) */
unsigned short state; /* (r) */
/* Sleep queue available for lending */