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

Public Attributes

struct { 
 
   struct mpm_gen_info_t *volatile   next 
 
   struct mpm_gen_info_t *volatile   prev 
 
link 
 
int gen
 
int active
 
int done
 

Detailed Description

Definition at line 138 of file mpm_common.c.

Member Data Documentation

◆ active

int mpm_gen_info_t::active

Definition at line 141 of file mpm_common.c.

◆ done

int mpm_gen_info_t::done

Definition at line 142 of file mpm_common.c.

◆ gen

int mpm_gen_info_t::gen

Definition at line 140 of file mpm_common.c.

◆ [struct]

struct { ... } mpm_gen_info_t::link

◆ next

struct mpm_gen_info_t* volatile mpm_gen_info_t::next

Definition at line 139 of file mpm_common.c.

◆ prev

struct mpm_gen_info_t* volatile mpm_gen_info_t::prev

Definition at line 139 of file mpm_common.c.


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