diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2015-03-04 18:26:25 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2015-03-04 18:26:25 +0300 |
| commit | 83ba5ed2ecc1ca06971639e4e2c7325aaa8e5101 (patch) | |
| tree | 7984305b05776fd3be9096797dd6c3793407f5c0 /src/event/ngx_event_busy_lock.h | |
| parent | b89e3bc03448cb83cc339781a6037e6a73954c01 (diff) | |
| download | nginx-83ba5ed2ecc1ca06971639e4e2c7325aaa8e5101.tar.gz nginx-83ba5ed2ecc1ca06971639e4e2c7325aaa8e5101.tar.bz2 | |
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/event/ngx_event_busy_lock.h')
| -rw-r--r-- | src/event/ngx_event_busy_lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event_busy_lock.h b/src/event/ngx_event_busy_lock.h index 254c233e7..a7e556cf6 100644 --- a/src/event/ngx_event_busy_lock.h +++ b/src/event/ngx_event_busy_lock.h @@ -46,7 +46,7 @@ typedef struct { ngx_event_busy_lock_ctx_t *events; ngx_event_busy_lock_ctx_t *last; -#if (NGX_THREADS) +#if (NGX_OLD_THREADS) ngx_mutex_t *mutex; #endif } ngx_event_busy_lock_t; |
