diff options
Diffstat (limited to 'proc/proc.h')
-rw-r--r-- | proc/proc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proc/proc.h b/proc/proc.h index ed47cccb..f846b37b 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -64,6 +64,8 @@ struct proc /* Miscellaneous information */ vm_address_t p_argv, p_envp; + vm_address_t start_code; /* all executable segments are in this range */ + vm_address_t end_code; int p_status; /* to return via wait */ int p_sigcode; struct rusage p_rusage; /* my usage if I'm dead, to return via wait */ |