comparison src/os/unix/ngx_process_cycle.c @ 3230:a7491af45540

http listen unix domain sockets
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Oct 2009 11:43:32 +0000
parents 846d0e2fa483
children 8abb88374c6c
comparison
equal deleted inserted replaced
3229:a632dc9f3e73 3230:a7491af45540
673 if (ngx_modules[i]->exit_master) { 673 if (ngx_modules[i]->exit_master) {
674 ngx_modules[i]->exit_master(cycle); 674 ngx_modules[i]->exit_master(cycle);
675 } 675 }
676 } 676 }
677 677
678 ngx_close_listening_sockets(cycle);
679
678 /* 680 /*
679 * Copy ngx_cycle->log related data to the special static exit cycle, 681 * Copy ngx_cycle->log related data to the special static exit cycle,
680 * log, and log file structures enough to allow a signal handler to log. 682 * log, and log file structures enough to allow a signal handler to log.
681 * The handler may be called when standard ngx_cycle->log allocated from 683 * The handler may be called when standard ngx_cycle->log allocated from
682 * ngx_cycle->pool is already destroyed. 684 * ngx_cycle->pool is already destroyed.