Apache 1.3 API Documentation

Structure piped_log

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.

See also:
ap_close_piped_log, ap_open_piped_log

Previous: parent_score Next: pool

Table of Contents (Routines, Structures, Data Cells, Constants)