aboutsummaryrefslogtreecommitdiff
path: root/include/apos/tcb.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-12-21 12:23:00 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2021-12-21 12:36:00 +0200
commit41c405fdb18b139bbde475063230e14a59304ef6 (patch)
tree7ec7b02cb29df577be6f15f826c0781973483093 /include/apos/tcb.h
parent61291639524e4aebf93a3315661e7180ac1b9c1e (diff)
downloadkmi-41c405fdb18b139bbde475063230e14a59304ef6.tar.gz
kmi-41c405fdb18b139bbde475063230e14a59304ef6.zip
Modified vmem internals to use pages
Diffstat (limited to 'include/apos/tcb.h')
-rw-r--r--include/apos/tcb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apos/tcb.h b/include/apos/tcb.h
index 9cef386..f987b43 100644
--- a/include/apos/tcb.h
+++ b/include/apos/tcb.h
@@ -23,6 +23,7 @@ struct tcb {
id_t tid;
vm_t stack;
+ vm_t heap;
vm_t bin;
struct vm_branch_t *b_r;