aboutsummaryrefslogtreecommitdiff
path: root/include/apos/tcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/tcb.h')
-rw-r--r--include/apos/tcb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apos/tcb.h b/include/apos/tcb.h
index 8f8479b..9e63a9a 100644
--- a/include/apos/tcb.h
+++ b/include/apos/tcb.h
@@ -108,6 +108,9 @@ struct tcb {
/** Address of callback function in servers. */
vm_t callback;
+ /** Address of signal callback. */
+ vm_t signal;
+
/** Address of this thread's stack base. */
vm_t thread_stack;