comparison src/os/unix/ngx_process.h @ 249:2a0540287298

nginx-0.0.2-2004-02-03-19:43:54 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Feb 2004 16:43:54 +0000
parents e885208c518b
children 5238e93961a1
comparison
equal deleted inserted replaced
248:e885208c518b 249:2a0540287298
47 char *name, ngx_int_t respawn); 47 char *name, ngx_int_t respawn);
48 ngx_pid_t ngx_exec(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx); 48 ngx_pid_t ngx_exec(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx);
49 void ngx_respawn_processes(ngx_cycle_t *cycle); 49 void ngx_respawn_processes(ngx_cycle_t *cycle);
50 void ngx_process_get_status(void); 50 void ngx_process_get_status(void);
51 51
52 extern ngx_pid_t ngx_pid;
52 extern ngx_uint_t ngx_last_process; 53 extern ngx_uint_t ngx_last_process;
53 extern ngx_process_t ngx_processes[NGX_MAX_PROCESSES]; 54 extern ngx_process_t ngx_processes[NGX_MAX_PROCESSES];
54 55
55 56
56 #endif /* _NGX_PROCESS_H_INCLUDED_ */ 57 #endif /* _NGX_PROCESS_H_INCLUDED_ */