diff options
Diffstat (limited to 'src/http/ngx_http_busy_lock.h')
| -rw-r--r-- | src/http/ngx_http_busy_lock.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/http/ngx_http_busy_lock.h b/src/http/ngx_http_busy_lock.h index 551b301ae..40aa3d2b3 100644 --- a/src/http/ngx_http_busy_lock.h +++ b/src/http/ngx_http_busy_lock.h @@ -24,4 +24,8 @@ typedef struct { } ngx_http_busy_lock_t; +char *ngx_http_set_busy_lock_slot(ngx_conf_t *cf, ngx_command_t *cmd, + void *conf); + + #endif /* _NGX_HTTP_BUSY_LOCK_H_INCLUDED_ */ |
