comparison src/os/win32/ngx_process.c @ 3475:ab353d7dc182

*) introduce ngx_time_sigsafe_update() to update the error log time only *) change ngx_time_update() interface
author Igor Sysoev <igor@sysoev.ru>
date Thu, 25 Mar 2010 09:10:10 +0000
parents d4c4cfdffe30
children d620f497c50f
comparison
equal deleted inserted replaced
3474:d4c4cfdffe30 3475:ab353d7dc182
83 events[0] = ngx_master_process_event; 83 events[0] = ngx_master_process_event;
84 events[1] = ctx.child; 84 events[1] = ctx.child;
85 85
86 rc = WaitForMultipleObjects(2, events, 0, 5000); 86 rc = WaitForMultipleObjects(2, events, 0, 5000);
87 87
88 ngx_time_update(0); 88 ngx_time_update();
89 89
90 ngx_log_debug1(NGX_LOG_DEBUG_CORE, cycle->log, 0, 90 ngx_log_debug1(NGX_LOG_DEBUG_CORE, cycle->log, 0,
91 "WaitForMultipleObjects: %ul", rc); 91 "WaitForMultipleObjects: %ul", rc);
92 92
93 switch (rc) { 93 switch (rc) {