comparison 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
comparison
equal deleted inserted replaced
3761:0a84dc5f5613 3762:89002ac695e5
76 ngx_int_t worker_processes; 76 ngx_int_t worker_processes;
77 ngx_int_t debug_points; 77 ngx_int_t debug_points;
78 78
79 ngx_int_t rlimit_nofile; 79 ngx_int_t rlimit_nofile;
80 ngx_int_t rlimit_sigpending; 80 ngx_int_t rlimit_sigpending;
81 size_t rlimit_core; 81 off_t rlimit_core;
82 82
83 int priority; 83 int priority;
84 84
85 ngx_uint_t cpu_affinity_n; 85 ngx_uint_t cpu_affinity_n;
86 u_long *cpu_affinity; 86 u_long *cpu_affinity;