*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2011-02-26 15:21:01 +00:00
parent ed4a1b5f25
commit 4fd4a8b921
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
Revision history for libev, a high-performance and full-featured event loop.
TODO: ev_loop_prefork hint?
TODO: ev_loop_wakeup
TODO: confusion about threads ongiong
- change the default periodic reschedule function to hopefully be more
exact and correct even in corner cases or in the far future.

2
ev.c
View File

@ -1036,7 +1036,7 @@ fd_reify (EV_P)
int fd = fdchanges [i];
ANFD *anfd = anfds + fd;
if (anfd->reify & EV__IOFDSET)
if (anfd->reify & EV__IOFDSET && anfd->head)
{
SOCKET handle = EV_FD_TO_WIN32_HANDLE (fd);