diff src/core/ngx_cycle.h @ 3762:89002ac695e5

worker_rlimit_core should be off_t
author Igor Sysoev <igor@sysoev.ru>
date Wed, 15 Sep 2010 15:24:21 +0000
parents ffbdaa3c70d6
children e3cb8e27e413
line wrap: on
line diff
--- 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;