aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_cycle.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-09-15 15:24:21 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-09-15 15:24:21 +0000
commit8c70e67f7b1044c9dc5df598cdb48ec18aa0853f (patch)
tree0e244c2f570e6f469cdd41e55cefeb3ad58b26cc /src/core/ngx_cycle.h
parent9a62648f7bece8e192085330a6409db7e9580ffa (diff)
downloadnginx-8c70e67f7b1044c9dc5df598cdb48ec18aa0853f.tar.gz
nginx-8c70e67f7b1044c9dc5df598cdb48ec18aa0853f.zip
worker_rlimit_core should be off_t
Diffstat (limited to 'src/core/ngx_cycle.h')
-rw-r--r--src/core/ngx_cycle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h
index 3f2e2229c..d96c85ffa 100644
--- a/src/core/ngx_cycle.h
+++ b/src/core/ngx_cycle.h
@@ -78,7 +78,7 @@ typedef struct {
ngx_int_t rlimit_nofile;
ngx_int_t rlimit_sigpending;
- size_t rlimit_core;
+ off_t rlimit_core;
int priority;