comparison src/os/unix/ngx_process_cycle.c @ 1132:4576627269ab

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 06 Mar 2007 20:17:50 +0000
parents e6fc18f1a032
children d5c1c84b7904
comparison
equal deleted inserted replaced
1131:2fa04ff2744c 1132:4576627269ab
452 continue; 452 continue;
453 } 453 }
454 454
455 if (ch.command) { 455 if (ch.command) {
456 if (ngx_write_channel(ngx_processes[i].channel[0], 456 if (ngx_write_channel(ngx_processes[i].channel[0],
457 &ch, sizeof(ngx_channel_t), cycle->log) == NGX_OK) 457 &ch, sizeof(ngx_channel_t), cycle->log)
458 == NGX_OK)
458 { 459 {
459 if (signo != ngx_signal_value(NGX_REOPEN_SIGNAL)) { 460 if (signo != ngx_signal_value(NGX_REOPEN_SIGNAL)) {
460 ngx_processes[i].exiting = 1; 461 ngx_processes[i].exiting = 1;
461 } 462 }
462 463