comparison src/core/ngx_cycle.h @ 6379:cf5e822cf470

Dynamic modules: changed ngx_modules to cycle->modules.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 04 Feb 2016 18:30:21 +0300
parents 96c4297375bc
children 85dea406e18f
comparison
equal deleted inserted replaced
6378:0f203a2af17c 6379:cf5e822cf470
45 ngx_uint_t log_use_stderr; /* unsigned log_use_stderr:1; */ 45 ngx_uint_t log_use_stderr; /* unsigned log_use_stderr:1; */
46 46
47 ngx_connection_t **files; 47 ngx_connection_t **files;
48 ngx_connection_t *free_connections; 48 ngx_connection_t *free_connections;
49 ngx_uint_t free_connection_n; 49 ngx_uint_t free_connection_n;
50
51 ngx_module_t **modules;
50 52
51 ngx_queue_t reusable_connections_queue; 53 ngx_queue_t reusable_connections_queue;
52 54
53 ngx_array_t listening; 55 ngx_array_t listening;
54 ngx_array_t paths; 56 ngx_array_t paths;