Crossfire Client, Branch
R11627
|
#include <client.h>
Data Fields | |
int | flag |
PipeLog | logger [3] |
char * | name |
struct ChildProcess * | next |
int | pid |
int | tube [3] |
Definition at line 406 of file client.h.
Referenced by logChildPipe(), and raiseChild().
Definition at line 409 of file client.h.
Referenced by logPipe(), monitorChilds(), and purgePipe().
char* ChildProcess::name |
Definition at line 405 of file client.h.
Referenced by logPipe(), monitorChilds(), purgePipe(), and raiseChild().
struct ChildProcess* ChildProcess::next |
Definition at line 410 of file client.h.
Referenced by monitorChilds(), and raiseChild().
Definition at line 407 of file client.h.
Referenced by logPipe(), monitorChilds(), and raiseChild().
int ChildProcess::tube[3] |
Definition at line 408 of file client.h.
Referenced by init_sounds(), logPipe(), and purgePipe().