Apache HTTPD
Public Attributes | List of all members
piped_log Struct Reference

The piped logging structure. More...

Public Attributes

apr_pool_tp
 
apr_file_tread_fd
 
apr_file_twrite_fd
 

Detailed Description

The piped logging structure.

Piped logs are used to move functionality out of the main server. For example, log rotation is done with piped logs.

Definition at line 186 of file log.c.

Member Data Documentation

◆ p

apr_pool_t* piped_log::p

The pool to use for the piped log

Definition at line 188 of file log.c.

◆ read_fd

apr_file_t* piped_log::read_fd

The pipe between the server and the logging process

Definition at line 190 of file log.c.

◆ write_fd

apr_file_t * piped_log::write_fd

Definition at line 190 of file log.c.


The documentation for this struct was generated from the following file: