diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-02-24 17:31:46 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-24 17:31:46 +0000 |
commit | 48fef6654cc90e05004648423cb5dd7c6f7770f0 (patch) | |
tree | c61d52b4dddfb64e28de98bf402b96706f0be418 /src/os/unix/ngx_thread.h | |
parent | b54698b5798b7f1a54226274347ce1faee5a92a4 (diff) | |
download | nginx-48fef6654cc90e05004648423cb5dd7c6f7770f0.tar.gz nginx-48fef6654cc90e05004648423cb5dd7c6f7770f0.zip |
nginx-0.0.2-2004-02-24-20:31:46 import
Diffstat (limited to 'src/os/unix/ngx_thread.h')
-rw-r--r-- | src/os/unix/ngx_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_thread.h b/src/os/unix/ngx_thread.h index ce305deb7..9637fda85 100644 --- a/src/os/unix/ngx_thread.h +++ b/src/os/unix/ngx_thread.h @@ -28,7 +28,7 @@ typedef pid_t ngx_tid_t; #define NGX_MUTEX_LOCK_BUSY 0x80000000 -typedef struct { +typedef volatile struct { ngx_atomic_t lock; ngx_log_t *log; int semid; |