From f7290501f2426950f6c3ff7a2e3280bfaa831f0b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 18 Jun 2004 16:22:16 +0000 Subject: nginx-0.0.7-2004-06-18-20:22:16 import --- src/os/unix/ngx_process.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/os/unix/ngx_process.h') diff --git a/src/os/unix/ngx_process.h b/src/os/unix/ngx_process.h index 9b7ae4448..99374ebb1 100644 --- a/src/os/unix/ngx_process.h +++ b/src/os/unix/ngx_process.h @@ -49,9 +49,9 @@ ngx_pid_t ngx_execute(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx); void ngx_process_get_status(void); extern ngx_pid_t ngx_pid; -extern ngx_int_t ngx_current_slot; -extern ngx_int_t ngx_last_process; extern ngx_socket_t ngx_channel; +extern ngx_int_t ngx_process_slot; +extern ngx_int_t ngx_last_process; extern ngx_process_t ngx_processes[NGX_MAX_PROCESSES]; -- cgit v1.2.3