From b4808abaa51825ed62e37a91744f647cfbbc1a1c Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Apr 2009 19:45:57 +0000 Subject: *** empty log message *** --- Changes | 1 + ev.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Changes b/Changes index a806b87..1aa7354 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,7 @@ TODO: fix signal handling(?) under win32 - new EV_CUSTOM revents flag for use by applications. - add documentation section about priorites. - add a glossary to the dcoumentation. + - extend the ev_fork description slightly. 3.53 Sun Feb 15 02:38:20 CET 2009 - fix a bug in event pipe creation on win32 that would cause a diff --git a/ev.c b/ev.c index 684ca07..85af5b1 100644 --- a/ev.c +++ b/ev.c @@ -2036,6 +2036,8 @@ ev_loop (EV_P_ int flags) /* update time to cancel out callback processing overhead */ time_update (EV_A_ 1e100); + waittime = MAX_BLOCKTIME; + if (timercnt) { ev_tstamp to = ANHE_at (timers [HEAP0]) - mn_now + backend_fudge; -- cgit v1.2.3