comparison src/core/ngx_cycle.h @ 384:12defd37f578 NGINX_0_7_4

nginx 0.7.4 *) Feature: variables support in the "access_log" directive. *) Feature: the "open_log_file_cache" directive. *) Feature: the -g switch. *) Feature: the "Expect" request header line support. *) Bugfix: large SSI inclusions might be truncated.
author Igor Sysoev <http://sysoev.ru>
date Mon, 30 Jun 2008 00:00:00 +0400
parents edf1cb6c328e
children 549994537f15
comparison
equal deleted inserted replaced
383:6ee3ada01457 384:12defd37f578
58 ngx_event_t *write_events; 58 ngx_event_t *write_events;
59 59
60 ngx_cycle_t *old_cycle; 60 ngx_cycle_t *old_cycle;
61 61
62 ngx_str_t conf_file; 62 ngx_str_t conf_file;
63 ngx_str_t conf_param;
63 ngx_str_t root; 64 ngx_str_t root;
64 ngx_str_t lock_file; 65 ngx_str_t lock_file;
65 ngx_str_t hostname; 66 ngx_str_t hostname;
66 }; 67 };
67 68