comparison src/core/ngx_cycle.h @ 311:11ff50a35d6d

nginx-0.0.3-2004-04-12-20:38:09 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 Apr 2004 16:38:09 +0000
parents 502b03d9d2a3
children 1308b98496a2
comparison
equal deleted inserted replaced
310:a9a9af2c7370 311:11ff50a35d6d
38 ngx_str_t newpid; 38 ngx_str_t newpid;
39 } ngx_core_conf_t; 39 } ngx_core_conf_t;
40 40
41 41
42 ngx_cycle_t *ngx_init_cycle(ngx_cycle_t *old_cycle); 42 ngx_cycle_t *ngx_init_cycle(ngx_cycle_t *old_cycle);
43 ngx_int_t ngx_create_pidfile(ngx_cycle_t *cycle, ngx_cycle_t *old_cycle);
44 void ngx_delete_pidfile(ngx_cycle_t *cycle);
43 void ngx_reopen_files(ngx_cycle_t *cycle, ngx_uid_t user); 45 void ngx_reopen_files(ngx_cycle_t *cycle, ngx_uid_t user);
44 ngx_pid_t ngx_exec_new_binary(ngx_cycle_t *cycle, char *const *argv); 46 ngx_pid_t ngx_exec_new_binary(ngx_cycle_t *cycle, char *const *argv);
45 47
46 48
47 extern volatile ngx_cycle_t *ngx_cycle; 49 extern volatile ngx_cycle_t *ngx_cycle;