Data Fields | |
| char * | name |
| char * | args |
| int | nargs |
| Pool * | poolPtr |
| Proc * | nextPtr |
| int | rfd |
| int | wfd |
| int | pid |
| char* Proc::name |
| char* Proc::args |
| int Proc::nargs |
| struct Pool* Proc::poolPtr |
| struct Proc* Proc::nextPtr |
Pool associated with proc.
| int Proc::rfd |
Next in list of closing procs.
| int Proc::wfd |
Read file descriptor.
| int Proc::pid |
Write file descriptor.
1.5.1