aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/threadimpl.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-27 19:11:33 +0000
committerrsc <devnull@localhost>2004-12-27 19:11:33 +0000
commit8cbd854a8ab2c4f8c738c5bea5263217cb892a77 (patch)
tree0908a1e1cd3388a83308af104ae131fe663ef72b /src/libthread/threadimpl.h
parent03417610742c4a67bb0345a8fa0fb4e13dee07f7 (diff)
downloadplan9port-8cbd854a8ab2c4f8c738c5bea5263217cb892a77.tar.gz
plan9port-8cbd854a8ab2c4f8c738c5bea5263217cb892a77.tar.bz2
plan9port-8cbd854a8ab2c4f8c738c5bea5263217cb892a77.zip
better exec handling
Diffstat (limited to 'src/libthread/threadimpl.h')
-rw-r--r--src/libthread/threadimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h
index 6bc8cbfc..164ba978 100644
--- a/src/libthread/threadimpl.h
+++ b/src/libthread/threadimpl.h
@@ -74,6 +74,7 @@ struct Proc
uint osprocid;
#endif
Lock lock;
+ int nswitch;
_Thread *thread;
_Threadlist runqueue;
_Threadlist allthreads;