Debugging libthread for acme.

This commit is contained in:
rsc 2004-03-05 01:12:11 +00:00
parent 315e309098
commit 02a1a5c18b
5 changed files with 62 additions and 12 deletions

View file

@ -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 */
};