From f2334416e7485ff1c260a46ba47aeadffeff923a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 25 Feb 2004 20:16:15 +0000 Subject: nginx-0.0.2-2004-02-25-23:16:15 import --- src/os/unix/ngx_thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/os/unix/ngx_thread.h') diff --git a/src/os/unix/ngx_thread.h b/src/os/unix/ngx_thread.h index 9637fda85..3ecc1e62a 100644 --- a/src/os/unix/ngx_thread.h +++ b/src/os/unix/ngx_thread.h @@ -7,7 +7,7 @@ #if (NGX_THREADS) -#if (USE_RFORK) +#if (NGX_USE_RFORK) #include #include @@ -46,7 +46,7 @@ typedef pthread_t ngx_tid_t; #endif -ngx_int_t ngx_init_threads(int n, size_t size, ngx_log_t *log); +ngx_int_t ngx_init_threads(int n, size_t size, ngx_cycle_t *cycle); int ngx_create_thread(ngx_tid_t *tid, int (*func)(void *arg), void *arg, ngx_log_t *log); ngx_tid_t ngx_thread_self(); -- cgit v1.2.3