git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Multiuser, Capabilities and Access Controls (#54)
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
exec.h
diff --git
a/lunaix-os/includes/lunaix/exec.h
b/lunaix-os/includes/lunaix/exec.h
index 64e0f2dd681f9d6a8d9c4753ccc8747e89a4056b..50f94898a4b0ae4cb7daf0abe9d93c11e0ea7527 100644
(file)
--- a/
lunaix-os/includes/lunaix/exec.h
+++ b/
lunaix-os/includes/lunaix/exec.h
@@
-14,6
+14,7
@@
struct load_context
{
struct exec_host* container;
+
ptr_t base;
ptr_t end;
ptr_t mem_sz;
@@
-36,6
+37,7
@@
struct exec_host
ptr_t vms_mnt;
struct load_context exe;
+ struct v_inode* inode;
struct exec_arrptr argv;
struct exec_arrptr envp;