diff options
Diffstat (limited to 'proc/proc.h')
-rw-r--r-- | proc/proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proc/proc.h b/proc/proc.h index 2c08fd13..ffb54bf0 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -148,6 +148,7 @@ struct port_class *generic_port_class; struct port_class *exc_class; mach_port_t generic_port; /* messages not related to a specific proc */ +struct proc *kernel_proc; pthread_mutex_t global_lock; |