From 32f69c36e0eec1227934bbd34854bfebd88686f2 Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 11 Dec 2003 17:48:38 +0000 Subject: Add support for user-level 9P servers/clients and various bug fixes to go with them. --- src/libthread/threadimpl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libthread/threadimpl.h') diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index aa69845c..0dd1e870 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h @@ -105,6 +105,7 @@ struct Execargs char *prog; char **args; int fd[2]; + int *stdfd; }; struct Proc @@ -214,4 +215,5 @@ extern void _stackfree(void*); extern int _threadgetpid(void); extern void _threadmemset(void*, int, int); extern void _threaddebugmemset(void*, int, int); +extern int _threadprocs; -- cgit v1.2.3