diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-02-29 21:03:02 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-29 21:03:02 +0000 |
| commit | d94049b6320504f3213adfaad939493676e83a3a (patch) | |
| tree | 7a25b794030cbee22cca6e2bf27aa3569f915d2c /src/http/ngx_http_busy_lock.h | |
| parent | 898446c8bacb5b0e1c223dfec4643ebee8d07f8e (diff) | |
| download | nginx-d94049b6320504f3213adfaad939493676e83a3a.tar.gz nginx-d94049b6320504f3213adfaad939493676e83a3a.tar.bz2 | |
nginx-0.0.2-2004-03-01-00:03:02 import
Diffstat (limited to 'src/http/ngx_http_busy_lock.h')
| -rw-r--r-- | src/http/ngx_http_busy_lock.h | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/src/http/ngx_http_busy_lock.h b/src/http/ngx_http_busy_lock.h index e600b0180..dd7ab6fdc 100644 --- a/src/http/ngx_http_busy_lock.h +++ b/src/http/ngx_http_busy_lock.h @@ -9,20 +9,19 @@ typedef struct { - u_char *md5_mask; - char *md5; - int cachable; + u_char *md5_mask; + char *md5; + int cachable; - int busy; - int max_busy; + int busy; + int max_busy; - int waiting; - int max_waiting; + int waiting; + int max_waiting; - time_t timeout; - - /* ngx_mutex_t mutex; */ + time_t timeout; + ngx_event_mutex_t *mutex; } ngx_http_busy_lock_t; |
