Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_http_spdy_out_frame_s Struct Reference

#include <ngx_http_spdy.h>

Collaboration diagram for ngx_http_spdy_out_frame_s:
Collaboration graph
[legend]

Data Fields

ngx_http_spdy_out_frame_tnext
ngx_chain_tfirst
ngx_chain_tlast
ngx_int_t(* handler )(ngx_http_spdy_connection_t *sc, ngx_http_spdy_out_frame_t *frame)
ngx_http_spdy_out_frame_tfree
ngx_http_spdy_stream_t * stream
size_t size
ngx_uint_t priority
unsigned blocked:1
unsigned fin:1

Detailed Description

Definition at line 134 of file ngx_http_spdy.h.

Field Documentation

unsigned blocked

Definition at line 147 of file ngx_http_spdy.h.

unsigned fin

Definition at line 148 of file ngx_http_spdy.h.

ngx_chain_t* first

Definition at line 136 of file ngx_http_spdy.h.

Definition at line 141 of file ngx_http_spdy.h.

Definition at line 138 of file ngx_http_spdy.h.

ngx_chain_t* last

Definition at line 137 of file ngx_http_spdy.h.

Definition at line 135 of file ngx_http_spdy.h.

ngx_uint_t priority

Definition at line 146 of file ngx_http_spdy.h.

size_t size

Definition at line 144 of file ngx_http_spdy.h.

ngx_http_spdy_stream_t* stream

Definition at line 143 of file ngx_http_spdy.h.


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