comparison src/core/ngx_cycle.h @ 4902:db9ce6fc9482 stable-1.2

Merge of r4870, r4871, r4890, r4895: minor fixes. *) Made sure to initialize the entire ngx_file_t structure. Found by Coverity. *) Correct plural form for "path" in the whole source base. *) Removed conditional compilation from waitpid() error test. There are reports that call to a signal handler for an exited process despite waitpid() already called for the process may happen on Linux as well. *) Style, parentheses instead of braces in misc/GNUMakefile.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 12 Nov 2012 18:39:51 +0000
parents f31162fefe01
children 5482671df278
comparison
equal deleted inserted replaced
4901:a0cb7fc23cc2 4902:db9ce6fc9482
46 ngx_uint_t free_connection_n; 46 ngx_uint_t free_connection_n;
47 47
48 ngx_queue_t reusable_connections_queue; 48 ngx_queue_t reusable_connections_queue;
49 49
50 ngx_array_t listening; 50 ngx_array_t listening;
51 ngx_array_t pathes; 51 ngx_array_t paths;
52 ngx_list_t open_files; 52 ngx_list_t open_files;
53 ngx_list_t shared_memory; 53 ngx_list_t shared_memory;
54 54
55 ngx_uint_t connection_n; 55 ngx_uint_t connection_n;
56 ngx_uint_t files_n; 56 ngx_uint_t files_n;