summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_cycle.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-16 05:14:16 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-04-16 05:14:16 +0000
commit630ad0c7b17b4e20d978706d3884995481f28b3c (patch)
tree794f7617a06a007f98149fa11c1ebc92827c29a5 /src/core/ngx_cycle.h
parent68df19d33ac5cf804650261867afd5f8acdce364 (diff)
downloadnginx-630ad0c7b17b4e20d978706d3884995481f28b3c.tar.gz
nginx-630ad0c7b17b4e20d978706d3884995481f28b3c.tar.bz2
nginx-0.0.3-2004-04-16-09:14:16 import
Diffstat (limited to 'src/core/ngx_cycle.h')
-rw-r--r--src/core/ngx_cycle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h
index 3cecbc53e..6588a7a15 100644
--- a/src/core/ngx_cycle.h
+++ b/src/core/ngx_cycle.h
@@ -52,6 +52,7 @@ ngx_pid_t ngx_exec_new_binary(ngx_cycle_t *cycle, char *const *argv);
extern volatile ngx_cycle_t *ngx_cycle;
extern ngx_array_t ngx_old_cycles;
extern ngx_module_t ngx_core_module;
+extern ngx_uint_t ngx_test_config;
#endif /* _NGX_CYCLE_H_INCLUDED_ */