Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-11-05 01:12:39 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-11-05 01:12:39 +0300
commit9cc1acef18220cfc3b66d0a761f1f7c39e0b5c29 (patch)
tree8c40a56b42bd6d0071bdd3f683cf1b520fd502a8 /src/http/ngx_http_busy_lock.h
parentf60b1a5cd9f6e509caf4513f1b28ae33cb3dae4e (diff)
nginx-0.0.1-2003-11-05-01:12:39 import
Diffstat (limited to 'src/http/ngx_http_busy_lock.h')
-rw-r--r--src/http/ngx_http_busy_lock.h4
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_ */