Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ngx_http_spdy_module.h
Go to the documentation of this file.
1 
2 /*
3  * Copyright (C) Nginx, Inc.
4  * Copyright (C) Valentin V. Bartenev
5  */
6 
7 
8 #ifndef _NGX_HTTP_SPDY_MODULE_H_INCLUDED_
9 #define _NGX_HTTP_SPDY_MODULE_H_INCLUDED_
10 
11 
12 #include <ngx_config.h>
13 #include <ngx_core.h>
14 #include <ngx_http.h>
15 
16 
17 typedef struct {
19  u_char *recv_buffer;
21 
22 
23 typedef struct {
24  size_t pool_size;
31 
32 
34 
35 
36 #endif /* _NGX_HTTP_SPDY_MODULE_H_INCLUDED_ */