diff options
Diffstat (limited to 'include/apos/tcb.h')
| -rw-r--r-- | include/apos/tcb.h | 1 |
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; |
