comparison src/core/ngx_cycle.h @ 598:be70f83b184f NGINX_0_8_51

nginx 0.8.51 *) Change: the "secure_link_expires" directive has been canceled. *) Change: a logging level of resolver errors has been lowered from "alert" to "error". *) Feature: now a listen socket "ssl" parameter may be set several times.
author Igor Sysoev <http://sysoev.ru>
date Mon, 27 Sep 2010 00:00:00 +0400
parents 6c96fdd2dfc3
children b9763778e212
comparison
equal deleted inserted replaced
597:1695031dbfed 598:be70f83b184f
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;