ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.xs
(Generate patch)

Comparing IO-AIO/AIO.xs (file contents):
Revision 1.51 by root, Sun Oct 22 22:14:33 2006 UTC vs.
Revision 1.52 by root, Sun Oct 22 22:14:54 2006 UTC

832 832
833 pthread_mutex_lock (&reslock); 833 pthread_mutex_lock (&reslock);
834 834
835 req->next = 0; 835 req->next = 0;
836 836
837 printf ("queue rese %p\n", rese);//D
838 if (rese) 837 if (rese)
839 { 838 {
840 rese->next = req; 839 rese->next = req;
841 rese = req; 840 rese = req;
842 } 841 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines