From d99be9e2912e0726ab779053b43a89e3b9e21490 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 22 May 2022 21:14:29 +0300 Subject: rename vm_branch to vmem + Closer to what it's for rather than what it is. --- include/apos/proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/proc.h') diff --git a/include/apos/proc.h b/include/apos/proc.h index e1ea7b6..238e0f6 100644 --- a/include/apos/proc.h +++ b/include/apos/proc.h @@ -5,6 +5,6 @@ #include stat_t jump_to_userspace(struct tcb *t, int argc, char **argv); -stat_t init_proc(void *fdt, struct vm_branch *b); +stat_t init_proc(void *fdt, struct vmem *b); #endif /* APOS_PROC_H */ -- cgit v1.3