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

#include <mpm_common.h>

Public Attributes

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

Detailed Description

Definition at line 433 of file mpm_common.h.

Member Data Documentation

◆ aszPredecessors

const char* const* ap_LINK_suspend_connection_t::aszPredecessors

Definition at line 433 of file mpm_common.h.

◆ aszSuccessors

const char* const* ap_LINK_suspend_connection_t::aszSuccessors

Definition at line 433 of file mpm_common.h.

◆ nOrder

int ap_LINK_suspend_connection_t::nOrder

Definition at line 433 of file mpm_common.h.

◆ pFunc

ap_HOOK_suspend_connection_t* ap_LINK_suspend_connection_t::pFunc

Definition at line 433 of file mpm_common.h.

◆ szName

const char* ap_LINK_suspend_connection_t::szName

Definition at line 433 of file mpm_common.h.


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