comparison src/event/ngx_event_pipe.c @ 1599:51b401063046

64-bit update lost in r1355
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 Oct 2007 14:09:12 +0000
parents 4c43e25d11ea
children 91c08c1f4654
comparison
equal deleted inserted replaced
1598:27d4ed42e49d 1599:51b401063046
19 ngx_buf_t *buf); 19 ngx_buf_t *buf);
20 static ngx_int_t ngx_event_pipe_drain_chains(ngx_event_pipe_t *p); 20 static ngx_int_t ngx_event_pipe_drain_chains(ngx_event_pipe_t *p);
21 21
22 22
23 ngx_int_t 23 ngx_int_t
24 ngx_event_pipe(ngx_event_pipe_t *p, int do_write) 24 ngx_event_pipe(ngx_event_pipe_t *p, ngx_int_t do_write)
25 { 25 {
26 u_int flags; 26 u_int flags;
27 ngx_event_t *rev, *wev; 27 ngx_event_t *rev, *wev;
28 28
29 for ( ;; ) { 29 for ( ;; ) {