Definition:
typedef struct piped_log {
pool *p;
#ifndef NO_RELIABLE_PIPED_LOGS
char *program;
int pid;
int fds[2];
#else
FILE *write_f;
#endif
} piped_log;
Usage example:
No examples available.
No documentation available.
Previous: parent_score
Next: pool
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)