comparison src/core/ngx_core.h @ 56:3050baa54a26 NGINX_0_1_28

nginx 0.1.28 *) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
author Igor Sysoev <http://sysoev.ru>
date Fri, 08 Apr 2005 00:00:00 +0400
parents aab2ea7c0458
children ca4f70b3ccc6
comparison
equal deleted inserted replaced
55:729de7d75018 56:3050baa54a26
10 10
11 typedef struct ngx_module_s ngx_module_t; 11 typedef struct ngx_module_s ngx_module_t;
12 typedef struct ngx_conf_s ngx_conf_t; 12 typedef struct ngx_conf_s ngx_conf_t;
13 typedef struct ngx_cycle_s ngx_cycle_t; 13 typedef struct ngx_cycle_s ngx_cycle_t;
14 typedef struct ngx_pool_s ngx_pool_t; 14 typedef struct ngx_pool_s ngx_pool_t;
15 typedef struct ngx_chain_s ngx_chain_t;
15 typedef struct ngx_log_s ngx_log_t; 16 typedef struct ngx_log_s ngx_log_t;
16 typedef struct ngx_array_s ngx_array_t; 17 typedef struct ngx_array_s ngx_array_t;
17 typedef struct ngx_open_file_s ngx_open_file_t; 18 typedef struct ngx_open_file_s ngx_open_file_t;
18 typedef struct ngx_command_s ngx_command_t; 19 typedef struct ngx_command_s ngx_command_t;
19 typedef struct ngx_file_s ngx_file_t; 20 typedef struct ngx_file_s ngx_file_t;
49 #include <ngx_alloc.h> 50 #include <ngx_alloc.h>
50 #include <ngx_palloc.h> 51 #include <ngx_palloc.h>
51 #include <ngx_buf.h> 52 #include <ngx_buf.h>
52 #include <ngx_array.h> 53 #include <ngx_array.h>
53 #include <ngx_list.h> 54 #include <ngx_list.h>
54 #include <ngx_table.h> 55 #include <ngx_hash.h>
55 #include <ngx_file.h> 56 #include <ngx_file.h>
56 #include <ngx_files.h> 57 #include <ngx_files.h>
57 #include <ngx_crc.h> 58 #include <ngx_crc.h>
58 #if (NGX_PCRE) 59 #if (NGX_PCRE)
59 #include <ngx_regex.h> 60 #include <ngx_regex.h>