aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_cycle.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-03-04 18:26:25 +0300
committerRuslan Ermilov <ru@nginx.com>2015-03-04 18:26:25 +0300
commit83ba5ed2ecc1ca06971639e4e2c7325aaa8e5101 (patch)
tree7984305b05776fd3be9096797dd6c3793407f5c0 /src/core/ngx_cycle.c
parentb89e3bc03448cb83cc339781a6037e6a73954c01 (diff)
downloadnginx-83ba5ed2ecc1ca06971639e4e2c7325aaa8e5101.tar.gz
nginx-83ba5ed2ecc1ca06971639e4e2c7325aaa8e5101.zip
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
It's mostly dead code and the original idea of worker threads has been rejected.
Diffstat (limited to 'src/core/ngx_cycle.c')
-rw-r--r--src/core/ngx_cycle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_cycle.c b/src/core/ngx_cycle.c
index d69783fec..11e413f4e 100644
--- a/src/core/ngx_cycle.c
+++ b/src/core/ngx_cycle.c
@@ -26,7 +26,7 @@ static ngx_event_t ngx_cleaner_event;
ngx_uint_t ngx_test_config;
ngx_uint_t ngx_quiet_mode;
-#if (NGX_THREADS)
+#if (NGX_OLD_THREADS)
ngx_tls_key_t ngx_core_tls_key;
#endif