aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/threadimpl.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-05 01:12:11 +0000
committerrsc <devnull@localhost>2004-03-05 01:12:11 +0000
commit02a1a5c18bec9ca13fad2b7b12ae65c580f6fdf4 (patch)
tree456ce23b6ffb80b5c893ce2dfec3b5a88fdf4f63 /src/libthread/threadimpl.h
parent315e309098f8b9f6ee8f869ceef8ea0aacce6c60 (diff)
downloadplan9port-02a1a5c18bec9ca13fad2b7b12ae65c580f6fdf4.tar.gz
plan9port-02a1a5c18bec9ca13fad2b7b12ae65c580f6fdf4.tar.bz2
plan9port-02a1a5c18bec9ca13fad2b7b12ae65c580f6fdf4.zip
Debugging libthread for acme.
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 590342ab..e2e92a1b 100644
--- a/src/libthread/threadimpl.h
+++ b/src/libthread/threadimpl.h
@@ -96,6 +96,7 @@ struct Thread
Chanstate chan; /* which channel operation is current */
Alt *alt; /* pointer to current alt structure (debugging) */
+ ulong userpc;
void* udata[NPRIV]; /* User per-thread data pointer */
};