Little fixes.
This commit is contained in:
parent
be36ff6885
commit
b1455f33a8
10 changed files with 68 additions and 15 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue