This commit is contained in:
Marc Alexander Lehmann 2011-01-04 01:28:56 +00:00
parent a0335e1ce7
commit 79a0b7dbf8
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Revision history for libev, a high-performance and full-featured event loop.
TODO: move some other examples to common idioms? combining watchers,
thread usage, coroutine switch?
TODO: /dev/null epoll breakage, maybe catch EPERM?
4.03
- define EV_READ/EV_WRITE as macros in event.h, as some programs use
#ifdef to test for them.

View File

@ -110,7 +110,7 @@ void event_base_free (struct event_base *base)
dLOOPbase;
#if EV_MULTIPLICITY
if (!is_default_loop (loop))
if (!ev_is_default_loop (loop))
ev_loop_destroy (loop);
#endif
}