diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-01-07 17:52:17 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-01-07 18:17:06 +0200 |
| commit | 5fd0d48f6371f04e910730493ce908807af5c46a (patch) | |
| tree | 73bb7e2cef63e477dd3d00499e7d553948d9064b /include/apos/tcb.h | |
| parent | 12dc34aed789ae8e7ba342c0ab6b33529516b4bd (diff) | |
| download | kmi-5fd0d48f6371f04e910730493ce908807af5c46a.tar.gz kmi-5fd0d48f6371f04e910730493ce908807af5c46a.zip | |
Renamed region functions to not use sp_*
Diffstat (limited to 'include/apos/tcb.h')
| -rw-r--r-- | include/apos/tcb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/tcb.h b/include/apos/tcb.h index bd66aff..b2e38a0 100644 --- a/include/apos/tcb.h +++ b/include/apos/tcb.h @@ -7,7 +7,7 @@ struct tcb { struct sp_node sp_n; - struct sp_reg_root sp_r; + struct mem_region_root sp_r; struct arch_tcbd tcbd; id_t pid; |
