comparison src/os/unix/ngx_aio_write_chain.c @ 166:389d7ee9fa60

nginx-0.0.1-2003-10-30-11:51:06 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Oct 2003 08:51:06 +0000
parents 84036764e215
children e885208c518b
comparison
equal deleted inserted replaced
165:894a01c6aea3 166:389d7ee9fa60
24 continue; 24 continue;
25 } 25 }
26 26
27 /* we can post the single aio operation only */ 27 /* we can post the single aio operation only */
28 28
29 if (c->write->active) { 29 if (!c->write->ready) {
30 return cl; 30 return cl;
31 } 31 }
32 32
33 buf = cl->hunk->pos; 33 buf = cl->hunk->pos;
34 prev = buf; 34 prev = buf;