comparison src/core/ngx_core.h @ 507:cd3117ad9aab release-0.1.28

nginx-0.1.28-RELEASE import *) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 08 Apr 2005 15:18:55 +0000
parents 4ebe09b07e30
children 818fbd4750b9
comparison
equal deleted inserted replaced
506:005e65646622 507:cd3117ad9aab
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>