comparison src/os/unix/ngx_process.h @ 365:fd24ba70e1b3

nginx-0.0.7-2004-06-23-09:54:27 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 23 Jun 2004 05:54:27 +0000
parents 239e37d44a34
children 018569a8f09c
comparison
equal deleted inserted replaced
364:7c54d93f5965 365:fd24ba70e1b3
45 ngx_pid_t ngx_spawn_process(ngx_cycle_t *cycle, 45 ngx_pid_t ngx_spawn_process(ngx_cycle_t *cycle,
46 ngx_spawn_proc_pt proc, void *data, 46 ngx_spawn_proc_pt proc, void *data,
47 char *name, ngx_int_t respawn); 47 char *name, ngx_int_t respawn);
48 ngx_pid_t ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx); 48 ngx_pid_t ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx);
49 void ngx_process_get_status(void); 49 void ngx_process_get_status(void);
50 void ngx_close_channel(ngx_fd_t *fd, ngx_log_t *log);
51
50 52
51 extern ngx_pid_t ngx_pid; 53 extern ngx_pid_t ngx_pid;
52 extern ngx_socket_t ngx_channel; 54 extern ngx_socket_t ngx_channel;
53 extern ngx_int_t ngx_process_slot; 55 extern ngx_int_t ngx_process_slot;
54 extern ngx_int_t ngx_last_process; 56 extern ngx_int_t ngx_last_process;