comparison src/core/ngx_cycle.c @ 6016:457ec43dd8d5

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.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 04 Mar 2015 18:26:25 +0300
parents dfb3c15bc851
children 79ddb0bdb273
comparison
equal deleted inserted replaced
6015:e11a8e7e8e0c 6016:457ec43dd8d5
24 static ngx_event_t ngx_cleaner_event; 24 static ngx_event_t ngx_cleaner_event;
25 25
26 ngx_uint_t ngx_test_config; 26 ngx_uint_t ngx_test_config;
27 ngx_uint_t ngx_quiet_mode; 27 ngx_uint_t ngx_quiet_mode;
28 28
29 #if (NGX_THREADS) 29 #if (NGX_OLD_THREADS)
30 ngx_tls_key_t ngx_core_tls_key; 30 ngx_tls_key_t ngx_core_tls_key;
31 #endif 31 #endif
32 32
33 33
34 /* STUB NAME */ 34 /* STUB NAME */