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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/apos/tcb.h b/include/apos/tcb.h
index 9e63a9a..41b5237 100644
--- a/include/apos/tcb.h
+++ b/include/apos/tcb.h
@@ -10,6 +10,7 @@
*/
#include <apos/mem_regions.h>
+#include <apos/caps.h>
#include <apos/types.h>
#include <arch/tcb.h> /* arch-specific data */
@@ -108,8 +109,8 @@ struct tcb {
/** Address of callback function in servers. */
vm_t callback;
- /** Address of signal callback. */
- vm_t signal;
+ /** Capabilities of thread. */
+ capflags_t caps;
/** Address of this thread's stack base. */
vm_t thread_stack;