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

#include <apr_arch_misc.h>

Public Attributes

apr_pool_tp
 
struct apr_other_child_rec_tnext
 
apr_proc_tproc
 
void(* maintenance )(int, void *, int)
 
void * data
 
apr_os_file_t write_fd
 

Detailed Description

Definition at line 52 of file apr_arch_misc.h.

Member Data Documentation

◆ data

void * apr_other_child_rec_t::data

Definition at line 57 of file apr_arch_misc.h.

◆ maintenance

void(* apr_other_child_rec_t::maintenance)(int, void *, int)

Definition at line 56 of file apr_arch_misc.h.

◆ next

struct apr_other_child_rec_t * apr_other_child_rec_t::next

Definition at line 54 of file apr_arch_misc.h.

◆ p

apr_pool_t * apr_other_child_rec_t::p

Definition at line 53 of file apr_arch_misc.h.

◆ proc

apr_proc_t * apr_other_child_rec_t::proc

Definition at line 55 of file apr_arch_misc.h.

◆ write_fd

apr_os_file_t apr_other_child_rec_t::write_fd

Definition at line 58 of file apr_arch_misc.h.


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