comparison src/os/unix/ngx_process.c @ 3474:d4c4cfdffe30

*) use previously cached GMT offset value to update time from a signal handler *) change ngx_time_update() interface since there are no notification methods those return time
author Igor Sysoev <igor@sysoev.ru>
date Sat, 13 Mar 2010 18:08:07 +0000
parents 65481698535c
children ab353d7dc182
comparison
equal deleted inserted replaced
3473:0299cf5856fc 3474:d4c4cfdffe30
315 if (sig->signo == signo) { 315 if (sig->signo == signo) {
316 break; 316 break;
317 } 317 }
318 } 318 }
319 319
320 ngx_time_update(0, 0); 320 ngx_time_update(1);
321 321
322 action = ""; 322 action = "";
323 323
324 switch (ngx_process) { 324 switch (ngx_process) {
325 325