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

#include <h2.h>

Public Attributes

int accepted_max
 
int completed_max
 
int emitted_count
 
int emitted_max
 
int error
 
const charerror_msg
 
unsigned int accepting: 1
 
unsigned int shutdown: 1
 

Detailed Description

Definition at line 130 of file h2.h.

Member Data Documentation

◆ accepted_max

int h2_session_props::accepted_max

Definition at line 131 of file h2.h.

◆ accepting

unsigned int h2_session_props::accepting

Definition at line 137 of file h2.h.

◆ completed_max

int h2_session_props::completed_max

Definition at line 132 of file h2.h.

◆ emitted_count

int h2_session_props::emitted_count

Definition at line 133 of file h2.h.

◆ emitted_max

int h2_session_props::emitted_max

Definition at line 134 of file h2.h.

◆ error

int h2_session_props::error

Definition at line 135 of file h2.h.

◆ error_msg

const char* h2_session_props::error_msg

Definition at line 136 of file h2.h.

◆ shutdown

unsigned int h2_session_props::shutdown

Definition at line 138 of file h2.h.


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