commit | 2b97993c7a6525bf41c694414450943d39605757 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Wed Jul 07 15:01:00 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Wed Jul 07 15:01:00 2004 +0000 |
tree | b3b3870575cd65e64ef59de5359bfdd3695bc77c | |
parent | c78c41cefcf1e1fa8005f81b7c6cc0c857bcf46f [diff] [blame] |
nginx-0.0.7-2004-07-07-19:01:00 import
diff --git a/src/core/ngx_cycle.c b/src/core/ngx_cycle.c index 5a19f30..fe6abc2 100644 --- a/src/core/ngx_cycle.c +++ b/src/core/ngx_cycle.c
@@ -15,6 +15,10 @@ ngx_uint_t ngx_test_config; +#if (NGX_THREADS) +ngx_tls_key_t ngx_core_tls_key; +#endif + /* STUB NAME */ static ngx_connection_t dumb;