comparison src/core/ngx_cycle.h @ 6127:967594ba7571

Removed the "worker_rlimit_sigpending" directive. It was only needed by the just removed rtsig module.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 23 Apr 2015 14:26:11 +0300
parents 537259db5af4
children 1b7e246e6b38
comparison
equal deleted inserted replaced
6126:adba26ff70b5 6127:967594ba7571
81 81
82 ngx_int_t worker_processes; 82 ngx_int_t worker_processes;
83 ngx_int_t debug_points; 83 ngx_int_t debug_points;
84 84
85 ngx_int_t rlimit_nofile; 85 ngx_int_t rlimit_nofile;
86 ngx_int_t rlimit_sigpending;
87 off_t rlimit_core; 86 off_t rlimit_core;
88 87
89 int priority; 88 int priority;
90 89
91 ngx_uint_t cpu_affinity_n; 90 ngx_uint_t cpu_affinity_n;