comparison src/event/ngx_event.c @ 665:0b460e61bdcd default tip

Merge with nginx 1.0.0.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Apr 2011 04:22:17 +0400
parents be4f34123024
children
comparison
equal deleted inserted replaced
572:06419a2298a9 665:0b460e61bdcd
560 void 560 void
561 ngx_timer_signal_handler(int signo) 561 ngx_timer_signal_handler(int signo)
562 { 562 {
563 ngx_event_timer_alarm = 1; 563 ngx_event_timer_alarm = 1;
564 564
565 ngx_time_update(0, 0);
566
567 #if 1 565 #if 1
568 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, ngx_cycle->log, 0, "timer signal"); 566 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, ngx_cycle->log, 0, "timer signal");
569 #endif 567 #endif
570 } 568 }
571 569