comparison src/core/ngx_cycle.h @ 3750:ffbdaa3c70d6

the -q switch
author Igor Sysoev <igor@sysoev.ru>
date Thu, 02 Sep 2010 13:43:02 +0000
parents d478379e51ac
children 89002ac695e5
comparison
equal deleted inserted replaced
3749:3ee39f593642 3750:ffbdaa3c70d6
128 128
129 extern volatile ngx_cycle_t *ngx_cycle; 129 extern volatile ngx_cycle_t *ngx_cycle;
130 extern ngx_array_t ngx_old_cycles; 130 extern ngx_array_t ngx_old_cycles;
131 extern ngx_module_t ngx_core_module; 131 extern ngx_module_t ngx_core_module;
132 extern ngx_uint_t ngx_test_config; 132 extern ngx_uint_t ngx_test_config;
133 extern ngx_uint_t ngx_quiet_mode;
133 #if (NGX_THREADS) 134 #if (NGX_THREADS)
134 extern ngx_tls_key_t ngx_core_tls_key; 135 extern ngx_tls_key_t ngx_core_tls_key;
135 #endif 136 #endif
136 137
137 138