aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/threadimpl.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-03-18 18:56:17 +0000
committerrsc <devnull@localhost>2005-03-18 18:56:17 +0000
commit8dd8a81f71771d3f2d95a95992fdddebd3063919 (patch)
tree042105b53434731bac3242416c6317fa6b01ff36 /src/libthread/threadimpl.h
parent670dd11a8a0c97345919b28502c950d3a3ef776c (diff)
downloadplan9port-8dd8a81f71771d3f2d95a95992fdddebd3063919.tar.gz
plan9port-8dd8a81f71771d3f2d95a95992fdddebd3063919.tar.bz2
plan9port-8dd8a81f71771d3f2d95a95992fdddebd3063919.zip
add threaddata
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 d41b918b..346288de 100644
--- a/src/libthread/threadimpl.h
+++ b/src/libthread/threadimpl.h
@@ -70,6 +70,7 @@ struct _Thread
Proc *proc;
char name[256];
char state[256];
+ void *udata;
};
struct _Procrendez