|
|
| version 1.48, 2004/04/10 20:55:24 | version 1.49, 2004/05/03 16:06:26 |
|---|---|
| Line 235 struct proc { | Line 235 struct proc { |
| struct thread *p_thread; /* temporarily embed thread struct in proc */ | struct thread *p_thread; /* temporarily embed thread struct in proc */ |
| struct upcall *p_upcall; /* USERLAND POINTER! registered upcall */ | struct upcall *p_upcall; /* USERLAND POINTER! registered upcall */ |
| struct sched *p_sched; /* work-in-progress / Peter Kadau */ | struct sched *p_sched; /* work-in-progress / Peter Kadau */ |
| int p_numposixlocks; /* number of POSIX locks */ | |
| }; | }; |
| #if defined(_KERNEL) | #if defined(_KERNEL) |