diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-11-10 21:09:22 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-10 21:09:22 +0000 |
| commit | d59a047a7070dc6af13b2e35c097efccc8ce38d0 (patch) | |
| tree | 7efbd7a8fd2e4d871da3165dab7287c49fb0341e /src/http/ngx_http_busy_lock.h | |
| parent | 7832933eed3cb0187eca4fba87076f10c897925e (diff) | |
| download | nginx-d59a047a7070dc6af13b2e35c097efccc8ce38d0.tar.gz nginx-d59a047a7070dc6af13b2e35c097efccc8ce38d0.tar.bz2 | |
nginx-0.0.1-2003-11-11-00:09:22 import
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_busy_lock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_busy_lock.h b/src/http/ngx_http_busy_lock.h index d36b9b741..e600b0180 100644 --- a/src/http/ngx_http_busy_lock.h +++ b/src/http/ngx_http_busy_lock.h @@ -38,8 +38,8 @@ typedef struct { int ngx_http_busy_lock(ngx_http_busy_lock_t *bl, ngx_http_busy_lock_ctx_t *bc); int ngx_http_busy_lock_cachable(ngx_http_busy_lock_t *bl, ngx_http_busy_lock_ctx_t *bc, int lock); -void ngx_http_busy_unlock_cachable(ngx_http_busy_lock_t *bl, - ngx_http_busy_lock_ctx_t *bc); +void ngx_http_busy_unlock(ngx_http_busy_lock_t *bl, + ngx_http_busy_lock_ctx_t *bc); char *ngx_http_set_busy_lock_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); |
