comparison src/core/ngx_cycle.h @ 2011:b56d4b1ebac7

$hostname variable
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 May 2008 14:39:06 +0000
parents e6fc18f1a032
children 01b71aa095cc
comparison
equal deleted inserted replaced
2010:bd6cc5370fc1 2011:b56d4b1ebac7
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 root; 63 ngx_str_t root;
64 ngx_str_t lock_file; 64 ngx_str_t lock_file;
65 ngx_str_t hostname;
65 }; 66 };
66 67
67 68
68 typedef struct { 69 typedef struct {
69 ngx_flag_t daemon; 70 ngx_flag_t daemon;