aboutsummaryrefslogtreecommitdiff
path: root/include/apos/tcb.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 17:52:17 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 18:17:06 +0200
commit5fd0d48f6371f04e910730493ce908807af5c46a (patch)
tree73bb7e2cef63e477dd3d00499e7d553948d9064b /include/apos/tcb.h
parent12dc34aed789ae8e7ba342c0ab6b33529516b4bd (diff)
downloadkmi-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.h2
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;