diff options
author | rsc <devnull@localhost> | 2004-04-30 02:16:28 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-30 02:16:28 +0000 |
commit | b1455f33a8a7b6826fcb0d4b3f4849e322755d28 (patch) | |
tree | f6e2e927fd33ad4fb6442744f85759fa761b1220 /src/cmd/rc | |
parent | be36ff68854c86247fdc769c0eaa89eb284b5ca7 (diff) | |
download | plan9port-b1455f33a8a7b6826fcb0d4b3f4849e322755d28.tar.gz plan9port-b1455f33a8a7b6826fcb0d4b3f4849e322755d28.tar.bz2 plan9port-b1455f33a8a7b6826fcb0d4b3f4849e322755d28.zip |
Little fixes.
Diffstat (limited to 'src/cmd/rc')
-rw-r--r-- | src/cmd/rc/exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/rc/exec.h b/src/cmd/rc/exec.h index fbfe2dbb..1704b6f3 100644 --- a/src/cmd/rc/exec.h +++ b/src/cmd/rc/exec.h @@ -51,6 +51,7 @@ struct thread{ int iflag; /* interactive? */ int lineno; /* linenumber */ int pid; /* process for Xpipewait to wait for */ + int done; /* have we seen a wait message for this process? */ char status[NSTATUS]; /* status for Xpipewait */ tree *treenodes; /* tree nodes created by this process */ thread *ret; /* who continues when this finishes */ |