comparison src/os/unix/ngx_process.h @ 360:239e37d44a34

nginx-0.0.7-2004-06-18-20:22:16 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 18 Jun 2004 16:22:16 +0000
parents 0fb6c53fb135
children fd24ba70e1b3
comparison
equal deleted inserted replaced
359:a3e622ab7ee7 360:239e37d44a34
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 50
51 extern ngx_pid_t ngx_pid; 51 extern ngx_pid_t ngx_pid;
52 extern ngx_int_t ngx_current_slot; 52 extern ngx_socket_t ngx_channel;
53 extern ngx_int_t ngx_process_slot;
53 extern ngx_int_t ngx_last_process; 54 extern ngx_int_t ngx_last_process;
54 extern ngx_socket_t ngx_channel;
55 extern ngx_process_t ngx_processes[NGX_MAX_PROCESSES]; 55 extern ngx_process_t ngx_processes[NGX_MAX_PROCESSES];
56 56
57 57
58 #endif /* _NGX_PROCESS_H_INCLUDED_ */ 58 #endif /* _NGX_PROCESS_H_INCLUDED_ */