comparison src/http/ngx_http_busy_lock.h @ 178:a8ff48d26cca

nginx-0.0.1-2003-11-11-00:09:22 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Nov 2003 21:09:22 +0000
parents c0552e5ab567
children d4e65d74db9f
comparison
equal deleted inserted replaced
177:4db54fdbcbe7 178:a8ff48d26cca
36 36
37 37
38 int ngx_http_busy_lock(ngx_http_busy_lock_t *bl, ngx_http_busy_lock_ctx_t *bc); 38 int ngx_http_busy_lock(ngx_http_busy_lock_t *bl, ngx_http_busy_lock_ctx_t *bc);
39 int ngx_http_busy_lock_cachable(ngx_http_busy_lock_t *bl, 39 int ngx_http_busy_lock_cachable(ngx_http_busy_lock_t *bl,
40 ngx_http_busy_lock_ctx_t *bc, int lock); 40 ngx_http_busy_lock_ctx_t *bc, int lock);
41 void ngx_http_busy_unlock_cachable(ngx_http_busy_lock_t *bl, 41 void ngx_http_busy_unlock(ngx_http_busy_lock_t *bl,
42 ngx_http_busy_lock_ctx_t *bc); 42 ngx_http_busy_lock_ctx_t *bc);
43 43
44 char *ngx_http_set_busy_lock_slot(ngx_conf_t *cf, ngx_command_t *cmd, 44 char *ngx_http_set_busy_lock_slot(ngx_conf_t *cf, ngx_command_t *cmd,
45 void *conf); 45 void *conf);
46 46
47 47