diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-11-10 15:14:10 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-11-10 15:14:10 +0200 |
| commit | 9edd65c48ee75751327c6ee6d42a7009e726d667 (patch) | |
| tree | eb46862f518b70c059c6dc36968f7a2ddc373966 /include/apos/vmem.h | |
| parent | 87a6be8bc3404abea2af788c46cf450dc8bb6204 (diff) | |
| download | kmi-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/apos/vmem.h')
| -rw-r--r-- | include/apos/vmem.h | 2 |
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(). * |
