|
Crossfire Client, Branches
R11627
|
#include <client.h>
Collaboration diagram for ChildProcess:Data Fields | |
| int | flag |
| PipeLog | logger [3] |
| char * | name |
| struct ChildProcess * | next |
| int | pid |
| int | tube [3] |
| int ChildProcess::flag |
Definition at line 412 of file client.h.
Referenced by logChildPipe(), and raiseChild().
| PipeLog ChildProcess::logger[3] |
Definition at line 415 of file client.h.
Referenced by logPipe(), monitorChilds(), and purgePipe().
| char* ChildProcess::name |
Definition at line 411 of file client.h.
Referenced by logPipe(), monitorChilds(), purgePipe(), and raiseChild().
| struct ChildProcess* ChildProcess::next |
Definition at line 416 of file client.h.
Referenced by monitorChilds(), and raiseChild().
| int ChildProcess::pid |
Definition at line 413 of file client.h.
Referenced by logPipe(), monitorChilds(), and raiseChild().
| int ChildProcess::tube[3] |
Definition at line 414 of file client.h.
Referenced by init_sounds(), logPipe(), and purgePipe().