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

Public Attributes

struct { 
 
   struct ap_conn_producer_t *volatile   next 
 
   struct ap_conn_producer_t *volatile   prev 
 
link 
 
const charname
 
void * baton
 
ap_conn_producer_nextfn_next
 
ap_conn_producer_donefn_done
 
ap_conn_producer_shutdownfn_shutdown
 
volatile prod_state_t state
 
volatile int conns_active
 

Detailed Description

Definition at line 42 of file h2_workers.c.

Member Data Documentation

◆ baton

void* ap_conn_producer_t::baton

Definition at line 45 of file h2_workers.c.

◆ conns_active

volatile int ap_conn_producer_t::conns_active

Definition at line 50 of file h2_workers.c.

◆ fn_done

ap_conn_producer_done* ap_conn_producer_t::fn_done

Definition at line 47 of file h2_workers.c.

◆ fn_next

ap_conn_producer_next* ap_conn_producer_t::fn_next

Definition at line 46 of file h2_workers.c.

◆ fn_shutdown

ap_conn_producer_shutdown* ap_conn_producer_t::fn_shutdown

Definition at line 48 of file h2_workers.c.

◆ [struct]

struct { ... } ap_conn_producer_t::link

◆ name

const char* ap_conn_producer_t::name

Definition at line 44 of file h2_workers.c.

◆ next

struct ap_conn_producer_t* volatile ap_conn_producer_t::next

Definition at line 43 of file h2_workers.c.

◆ prev

struct ap_conn_producer_t* volatile ap_conn_producer_t::prev

Definition at line 43 of file h2_workers.c.

◆ state

volatile prod_state_t ap_conn_producer_t::state

Definition at line 49 of file h2_workers.c.


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