Revision: 14572
Author: [email protected]
Date: Sat Apr 10 18:20:59 2010
Log: Add a missed aioCheckCallbacks() call
http://code.google.com/p/lusca-cache/source/detail?r=14572

Modified:
 /branches/LUSCA_HEAD/libasyncio/aiops_win32.c

=======================================
--- /branches/LUSCA_HEAD/libasyncio/aiops_win32.c       Wed Mar 31 02:11:25 2010
+++ /branches/LUSCA_HEAD/libasyncio/aiops_win32.c       Sat Apr 10 18:20:59 2010
@@ -130,6 +130,7 @@
     char junk[256];
     FD_READ_METHOD(done_fd_read, junk, sizeof(junk));
     commSetSelect(fd, COMM_SELECT_READ, squidaio_fdhandler, NULL, 0);
+    aioCheckCallbacks();
 }

 void

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to