comparison src/core/ngx_cycle.h @ 270:6eb1e38f0f1f NGINX_0_5_5

nginx 0.5.5 *) Change: the -v switch does not show compiler information any more. *) Feature: the -V switch. *) Feature: the "worker_rlimit_core" directive supports size in K, M, and G. *) Bugfix: the nginx.pm module now could be installed by an unprivileged user. *) Bugfix: a segmentation fault might occur if the $r->request_body or $r->request_body_file methods were used. *) Bugfix: the ppc platform specific bugs.
author Igor Sysoev <http://sysoev.ru>
date Sun, 24 Dec 2006 00:00:00 +0300
parents 6ae1357b7b7c
children 29a6403156b0
comparison
equal deleted inserted replaced
269:aa9c0062124d 270:6eb1e38f0f1f
66 66
67 ngx_int_t worker_processes; 67 ngx_int_t worker_processes;
68 ngx_int_t debug_points; 68 ngx_int_t debug_points;
69 69
70 ngx_int_t rlimit_nofile; 70 ngx_int_t rlimit_nofile;
71 ngx_int_t rlimit_core;
72 ngx_int_t rlimit_sigpending; 71 ngx_int_t rlimit_sigpending;
72 size_t rlimit_core;
73 73
74 int priority; 74 int priority;
75 75
76 ngx_uint_t cpu_affinity_n; 76 ngx_uint_t cpu_affinity_n;
77 u_long *cpu_affinity; 77 u_long *cpu_affinity;