| commit | 48fef6654cc90e05004648423cb5dd7c6f7770f0 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue Feb 24 17:31:46 2004 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue Feb 24 17:31:46 2004 +0000 |
| tree | c61d52b4dddfb64e28de98bf402b96706f0be418 | |
| parent | b54698b5798b7f1a54226274347ce1faee5a92a4 [diff] [blame] |
nginx-0.0.2-2004-02-24-20:31:46 import
diff --git a/src/os/unix/ngx_thread.h b/src/os/unix/ngx_thread.h index ce305de..9637fda 100644 --- a/src/os/unix/ngx_thread.h +++ b/src/os/unix/ngx_thread.h
@@ -28,7 +28,7 @@ #define NGX_MUTEX_LOCK_BUSY 0x80000000 -typedef struct { +typedef volatile struct { ngx_atomic_t lock; ngx_log_t *log; int semid;