From 5fd0d48f6371f04e910730493ce908807af5c46a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 7 Jan 2022 17:52:17 +0200 Subject: Renamed region functions to not use sp_* --- include/apos/tcb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/tcb.h') 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; -- cgit v1.3