comparison src/os/win32/ngx_process_cycle.c @ 6151:b4cc553aafeb

Introduced worker number, ngx_worker.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 20 May 2015 15:51:21 +0300
parents 537259db5af4
children 5e6142609e48
comparison
equal deleted inserted replaced
6150:0371ef1c24a9 6151:b4cc553aafeb
27 static void ngx_cache_manager_process_handler(void); 27 static void ngx_cache_manager_process_handler(void);
28 static ngx_thread_value_t __stdcall ngx_cache_loader_thread(void *data); 28 static ngx_thread_value_t __stdcall ngx_cache_loader_thread(void *data);
29 29
30 30
31 ngx_uint_t ngx_process; 31 ngx_uint_t ngx_process;
32 ngx_uint_t ngx_worker;
32 ngx_pid_t ngx_pid; 33 ngx_pid_t ngx_pid;
33 34
34 ngx_uint_t ngx_inherited; 35 ngx_uint_t ngx_inherited;
35 ngx_pid_t ngx_new_binary; 36 ngx_pid_t ngx_new_binary;
36 37