aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl/ngx_http_perl_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-12-12 20:59:24 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-12-12 20:59:24 +0000
commite773324c3013cd9c0336db2f346f760d6c3a95cb (patch)
treedf2f5e4ff22abda424870184103f0e8e74588d6e /src/http/modules/perl/ngx_http_perl_module.h
parent332efbc4122d5028b6e61b15c155d477a29c8622 (diff)
downloadnginx-e773324c3013cd9c0336db2f346f760d6c3a95cb.tar.gz
nginx-e773324c3013cd9c0336db2f346f760d6c3a95cb.zip
$r->sleep()
Diffstat (limited to 'src/http/modules/perl/ngx_http_perl_module.h')
-rw-r--r--src/http/modules/perl/ngx_http_perl_module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/modules/perl/ngx_http_perl_module.h b/src/http/modules/perl/ngx_http_perl_module.h
index af23f9ef7..59954224d 100644
--- a/src/http/modules/perl/ngx_http_perl_module.h
+++ b/src/http/modules/perl/ngx_http_perl_module.h
@@ -23,7 +23,9 @@ typedef struct {
ngx_str_t filename;
ngx_str_t redirect_uri;
ngx_str_t redirect_args;
+
SV *next;
+ int sleep;
ngx_uint_t done; /* unsigned done:1; */