aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_cycle.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-12-24 18:13:06 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-12-24 18:13:06 +0000
commit888ea84ce09973b5a7b50dc131fbdfa9fafa703d (patch)
treebbfa678333601ae1a66e3565ba02d7799683ee3e /src/core/ngx_cycle.h
parentb4887b289e5ef3fd18b135f970ff0f6d24f3d8a4 (diff)
downloadnginx-888ea84ce09973b5a7b50dc131fbdfa9fafa703d.tar.gz
nginx-888ea84ce09973b5a7b50dc131fbdfa9fafa703d.zip
worker_rlimit_core supports size in K, M, and G
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 e1a35eb75..677132ee1 100644
--- a/src/core/ngx_cycle.h
+++ b/src/core/ngx_cycle.h
@@ -68,8 +68,8 @@ typedef struct {
ngx_int_t debug_points;
ngx_int_t rlimit_nofile;
- ngx_int_t rlimit_core;
ngx_int_t rlimit_sigpending;
+ size_t rlimit_core;
int priority;