comparison src/core/ngx_core.h @ 354:eaf1f651cf86

nginx-0.0.7-2004-06-15-11:55:11 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Jun 2004 07:55:11 +0000
parents 55e496a8ece3
children 0a03c921c81d
comparison
equal deleted inserted replaced
353:b8d3d7dbfcc8 354:eaf1f651cf86
3 3
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_pool_s ngx_pool_t;
8 typedef struct ngx_log_s ngx_log_t; 9 typedef struct ngx_log_s ngx_log_t;
9 typedef struct ngx_array_s ngx_array_t; 10 typedef struct ngx_array_s ngx_array_t;
10 typedef struct ngx_open_file_s ngx_open_file_t; 11 typedef struct ngx_open_file_s ngx_open_file_t;
11 typedef struct ngx_command_s ngx_command_t; 12 typedef struct ngx_command_s ngx_command_t;
12
13 typedef struct ngx_file_s ngx_file_t; 13 typedef struct ngx_file_s ngx_file_t;
14 typedef struct ngx_event_s ngx_event_t; 14 typedef struct ngx_event_s ngx_event_t;
15 typedef struct ngx_connection_s ngx_connection_t; 15 typedef struct ngx_connection_s ngx_connection_t;
16 16
17 17