diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2015-03-21 14:05:08 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2015-03-21 14:05:08 +0300 |
| commit | 3fc23e2542d89712e6104331e95c648fc52a9b35 (patch) | |
| tree | 7ed16bc87e9ff437ff4fbc8f2cb914494a4c71b4 /auto/sources | |
| parent | 4d53631022f4c01878310298a9508cc7ee073012 (diff) | |
| download | nginx-3fc23e2542d89712e6104331e95c648fc52a9b35.tar.gz nginx-3fc23e2542d89712e6104331e95c648fc52a9b35.tar.bz2 | |
Core: read/write locks.
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 90037894f..bcadf6a80 100644 --- a/auto/sources +++ b/auto/sources @@ -28,6 +28,7 @@ CORE_DEPS="src/core/nginx.h \ src/core/ngx_sha1.h \ src/core/ngx_rbtree.h \ src/core/ngx_radix_tree.h \ + src/core/ngx_rwlock.h \ src/core/ngx_slab.h \ src/core/ngx_times.h \ src/core/ngx_shmtx.h \ @@ -65,6 +66,7 @@ CORE_SRCS="src/core/nginx.c \ src/core/ngx_connection.c \ src/core/ngx_cycle.c \ src/core/ngx_spinlock.c \ + src/core/ngx_rwlock.c \ src/core/ngx_cpuinfo.c \ src/core/ngx_conf_file.c \ src/core/ngx_resolver.c \ |
