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

#include <mpm_common.h>

Public Attributes

ap_HOOK_child_stopping_tpFunc
 
const charszName
 
const char *constaszPredecessors
 
const char *constaszSuccessors
 
int nOrder
 

Detailed Description

Definition at line 462 of file mpm_common.h.

Member Data Documentation

◆ aszPredecessors

const char* const* ap_LINK_child_stopping_t::aszPredecessors

Definition at line 462 of file mpm_common.h.

◆ aszSuccessors

const char* const* ap_LINK_child_stopping_t::aszSuccessors

Definition at line 462 of file mpm_common.h.

◆ nOrder

int ap_LINK_child_stopping_t::nOrder

Definition at line 462 of file mpm_common.h.

◆ pFunc

ap_HOOK_child_stopping_t* ap_LINK_child_stopping_t::pFunc

Definition at line 462 of file mpm_common.h.

◆ szName

const char* ap_LINK_child_stopping_t::szName

Definition at line 462 of file mpm_common.h.


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