comparison src/core/ngx_core.h @ 5125:65b895cd0dfa

Moved ngx_array_t definition from ngx_core.h to ngx_array.h.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 21 Mar 2013 16:04:09 +0000
parents 386a06a22c40
children 3a72b1805c52
comparison
equal deleted inserted replaced
5124:5482671df278 5125:65b895cd0dfa
13 typedef struct ngx_conf_s ngx_conf_t; 13 typedef struct ngx_conf_s ngx_conf_t;
14 typedef struct ngx_cycle_s ngx_cycle_t; 14 typedef struct ngx_cycle_s ngx_cycle_t;
15 typedef struct ngx_pool_s ngx_pool_t; 15 typedef struct ngx_pool_s ngx_pool_t;
16 typedef struct ngx_chain_s ngx_chain_t; 16 typedef struct ngx_chain_s ngx_chain_t;
17 typedef struct ngx_log_s ngx_log_t; 17 typedef struct ngx_log_s ngx_log_t;
18 typedef struct ngx_array_s ngx_array_t;
19 typedef struct ngx_open_file_s ngx_open_file_t; 18 typedef struct ngx_open_file_s ngx_open_file_t;
20 typedef struct ngx_command_s ngx_command_t; 19 typedef struct ngx_command_s ngx_command_t;
21 typedef struct ngx_file_s ngx_file_t; 20 typedef struct ngx_file_s ngx_file_t;
22 typedef struct ngx_event_s ngx_event_t; 21 typedef struct ngx_event_s ngx_event_t;
23 typedef struct ngx_event_aio_s ngx_event_aio_t; 22 typedef struct ngx_event_aio_s ngx_event_aio_t;