This commit is contained in:
rsc 2006-06-26 05:49:10 +00:00
parent 19f4cef528
commit ff63eeb1bd

View file

@ -138,6 +138,7 @@ struct Proc
Lock lock;
int nswitch;
_Thread *thread;
_Thread *pinthread;
_Threadlist runqueue;
_Threadlist idlequeue;
_Threadlist allthreads;