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

A structure to contain connection state information. More...

#include <httpd.h>

Public Attributes

conn_state_e state
 
conn_sense_e sense
 

Detailed Description

A structure to contain connection state information.

Definition at line 1280 of file httpd.h.

Member Data Documentation

◆ sense

conn_sense_e conn_state_t::sense

Whether to read instead of write, or write instead of read

Definition at line 1284 of file httpd.h.

◆ state

conn_state_e conn_state_t::state

Current state of the connection

Definition at line 1282 of file httpd.h.


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