comparison src/event/ngx_event_pipe.c @ 1619:e2ab812358bd stable-0.5

r1355, r1471, r1600 merge: make 64-bit ngx_int_t on 64-bit platforms
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Nov 2007 13:54:40 +0000
parents 37c3b4e62b03
children 6b81bbc36eaf
comparison
equal deleted inserted replaced
1618:fbf94b8341bf 1619:e2ab812358bd
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 ( ;; ) {