From fceede5e717d0ff3379711c0e76d22a4a6052971 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Nov 2007 08:28:10 +0000 Subject: implement keepalive, kill struct --- ev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ev.c') diff --git a/ev.c b/ev.c index e83a1b5..9c5d42b 100644 --- a/ev.c +++ b/ev.c @@ -1317,7 +1317,7 @@ ev_loop (EV_P_ int flags) periodics_reify (EV_A); /* absolute timers called first */ #endif - /* queue idle watchers unless io or timers are pending */ + /* queue idle watchers unless other events are pending */ if (idlecnt && !any_pending (EV_A)) queue_events (EV_A_ (W *)idles, idlecnt, EV_IDLE); -- cgit v1.2.3