comparison src/os/unix/ngx_process_cycle.c @ 1578:981de6e0735d

fix building broken in r1578
author Igor Sysoev <igor@sysoev.ru>
date Tue, 16 Oct 2007 19:22:27 +0000
parents 8009c3ad39a9
children 81774dc3db28
comparison
equal deleted inserted replaced
1577:8009c3ad39a9 1578:981de6e0735d
1033 1033
1034 static void 1034 static void
1035 ngx_channel_handler(ngx_event_t *ev) 1035 ngx_channel_handler(ngx_event_t *ev)
1036 { 1036 {
1037 ngx_int_t n; 1037 ngx_int_t n;
1038 ngx_socket_t fd;
1039 ngx_channel_t ch; 1038 ngx_channel_t ch;
1040 ngx_connection_t *c; 1039 ngx_connection_t *c;
1041 1040
1042 if (ev->timedout) { 1041 if (ev->timedout) {
1043 ev->timedout = 0; 1042 ev->timedout = 0;