diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-29 18:47:16 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-29 18:49:28 +0200 |
| commit | 4e5595a089c815febd7a0d42ab62940bf13f73ac (patch) | |
| tree | 322f35d9315e9966de8a66052811858df0144085 /include/apos/tcb.h | |
| parent | a12e50e5a7dae52ed8bd5a24cc6576371e20985b (diff) | |
| download | kmi-4e5595a089c815febd7a0d42ab62940bf13f73ac.tar.gz kmi-4e5595a089c815febd7a0d42ab62940bf13f73ac.zip | |
Preparations for refactoring
Diffstat (limited to 'include/apos/tcb.h')
| -rw-r--r-- | include/apos/tcb.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/apos/tcb.h b/include/apos/tcb.h index 714d750..1d85e8b 100644 --- a/include/apos/tcb.h +++ b/include/apos/tcb.h @@ -26,7 +26,10 @@ struct tcb { id_t tid; vm_t callback; - vm_t stack; + vm_t proc_stack; + vm_t call_stack; + + vm_t entry; struct vm_branch_t *b_r; }; |
