diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | event.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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. @@ -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 } |