comparison src/core/nginx.c @ 39:83fa61cd3d2f

nginx-0.0.1-2002-12-24-20:30:59 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Dec 2002 17:30:59 +0000
parents c14d7232b11f
children d5d4f3bba6f0
comparison
equal deleted inserted replaced
38:2ffaa35fba42 39:83fa61cd3d2f
54 54
55 ngx_init_sockets(&ngx_log); 55 ngx_init_sockets(&ngx_log);
56 56
57 /* TODO: read config */ 57 /* TODO: read config */
58 58
59 #if 1 59 #if 0
60 ngx_memzero(&conf, sizeof(ngx_conf_t)); 60 ngx_memzero(&conf, sizeof(ngx_conf_t));
61 ngx_test_null(conf.args, 61 ngx_test_null(conf.args,
62 ngx_create_array(ngx_pool, 10, sizeof(ngx_str_t)), 1); 62 ngx_create_array(ngx_pool, 10, sizeof(ngx_str_t)), 1);
63 conf.pool = ngx_pool; 63 conf.pool = ngx_pool;
64 conf.log = &ngx_log; 64 conf.log = &ngx_log;