comparison src/core/ngx_cycle.h @ 318:56496082668b

nginx-0.0.3-2004-04-16-09:14:16 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 Apr 2004 05:14:16 +0000
parents 1308b98496a2
children ca9a7f8c86da
comparison
equal deleted inserted replaced
317:1308b98496a2 318:56496082668b
50 50
51 51
52 extern volatile ngx_cycle_t *ngx_cycle; 52 extern volatile ngx_cycle_t *ngx_cycle;
53 extern ngx_array_t ngx_old_cycles; 53 extern ngx_array_t ngx_old_cycles;
54 extern ngx_module_t ngx_core_module; 54 extern ngx_module_t ngx_core_module;
55 extern ngx_uint_t ngx_test_config;
55 56
56 57
57 #endif /* _NGX_CYCLE_H_INCLUDED_ */ 58 #endif /* _NGX_CYCLE_H_INCLUDED_ */