comparison src/core/ngx_core.h @ 208:0b67be7d4489

nginx-0.0.1-2003-12-08-23:48:12 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 08 Dec 2003 20:48:12 +0000
parents 4a9a2b1dd6fa
children 679f60139863
comparison
equal deleted inserted replaced
207:6e0fef527732 208:0b67be7d4489
4 4
5 typedef struct ngx_module_s ngx_module_t; 5 typedef struct ngx_module_s ngx_module_t;
6 typedef struct ngx_conf_s ngx_conf_t; 6 typedef struct ngx_conf_s ngx_conf_t;
7 typedef struct ngx_cycle_s ngx_cycle_t; 7 typedef struct ngx_cycle_s ngx_cycle_t;
8 typedef struct ngx_log_s ngx_log_t; 8 typedef struct ngx_log_s ngx_log_t;
9 typedef struct ngx_array_s ngx_array_t;
9 typedef struct ngx_open_file_s ngx_open_file_t; 10 typedef struct ngx_open_file_s ngx_open_file_t;
10 typedef struct ngx_command_s ngx_command_t; 11 typedef struct ngx_command_s ngx_command_t;
11 12
12 typedef struct ngx_file_s ngx_file_t; 13 typedef struct ngx_file_s ngx_file_t;
13 typedef struct ngx_event_s ngx_event_t; 14 typedef struct ngx_event_s ngx_event_t;