aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-11-10 15:14:10 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2022-11-10 15:14:10 +0200
commit9edd65c48ee75751327c6ee6d42a7009e726d667 (patch)
treeeb46862f518b70c059c6dc36968f7a2ddc373966 /include
parent87a6be8bc3404abea2af788c46cf450dc8bb6204 (diff)
downloadkmi-9edd65c48ee75751327c6ee6d42a7009e726d667.tar.gz
kmi-9edd65c48ee75751327c6ee6d42a7009e726d667.zip
initial implementation of process copying
+ Not actually working (at least fully), need to continue debugging when I have time.
Diffstat (limited to 'include')
-rw-r--r--include/apos/vmem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apos/vmem.h b/include/apos/vmem.h
index eb901a8..862af44 100644
--- a/include/apos/vmem.h
+++ b/include/apos/vmem.h
@@ -114,6 +114,8 @@ stat_t init_uvmem(struct tcb *r, vm_t base, vm_t top);
*/
stat_t destroy_uvmem(struct tcb *r);
+stat_t clone_mem_regions(struct tcb *d, struct tcb *s);
+
/**
* User virtual memory worker callback for \ref map_fill_region().
*