diff options
Diffstat (limited to 'proc/proc.h')
-rw-r--r-- | proc/proc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proc/proc.h b/proc/proc.h index 61966971..a056d18c 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -58,6 +58,10 @@ struct proc /* Process group structure */ struct pgrp *p_pgrp; + /* Processes may live in a task namespace identified by the + notification port registered by proc_make_task_namespace. */ + mach_port_t p_task_namespace; /* send right */ + /* Communication */ mach_port_t p_msgport; /* send right */ |