comparison src/http/ngx_http_busy_lock.c @ 290:87e73f067470

nginx-0.0.2-2004-03-16-10:10:12 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 16 Mar 2004 07:10:12 +0000
parents a2d1ccc96111
children da8c5707af39
comparison
equal deleted inserted replaced
289:0750faf8d7e3 290:87e73f067470
188 char *ngx_http_set_busy_lock_slot(ngx_conf_t *cf, ngx_command_t *cmd, 188 char *ngx_http_set_busy_lock_slot(ngx_conf_t *cf, ngx_command_t *cmd,
189 void *conf) 189 void *conf)
190 { 190 {
191 char *p = conf; 191 char *p = conf;
192 192
193 int i, dup, invalid; 193 ngx_uint_t i, dup, invalid;
194 ngx_str_t *value, line; 194 ngx_str_t *value, line;
195 ngx_http_busy_lock_t *bl, **blp; 195 ngx_http_busy_lock_t *bl, **blp;
196 196
197 blp = (ngx_http_busy_lock_t **) (p + cmd->offset); 197 blp = (ngx_http_busy_lock_t **) (p + cmd->offset);
198 if (*blp) { 198 if (*blp) {