* pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirected

block should be marked as nonexistent.
(winpids::add): Use PID_ALLPIDS when looking for all pids.
* cygwin.h (PID_ALLPIDS): New enum element.
This commit is contained in:
Christopher Faylor
2002-03-15 21:49:12 +00:00
parent eeec2a4835
commit ca17537785
4 changed files with 13 additions and 6 deletions

View File

@ -94,7 +94,7 @@ enum
PID_USETTY = 0x1000, // Setting this enables or disables cygwin's
// tty support. This is inherited by
// all execed or forked processes.
PID_UNUSED2 = 0x2000, // child has execed
PID_ALLPIDS = 0x2000, // child has execed
PID_EXECED = 0x4000, // redirect to original pid info block
PID_NOREDIR = 0x8000, // don't redirect if execed
PID_EXITED = 0x80000000 // Free entry.