diff options
author | root <root> | 2007-11-24 08:28:10 +0000 |
---|---|---|
committer | root <root> | 2007-11-24 08:28:10 +0000 |
commit | fceede5e717d0ff3379711c0e76d22a4a6052971 (patch) | |
tree | 7b60852eb38333929fa18069ca402bf1abb533eb | |
parent | b4b8cd662b359e1f3dd44b3bea5a8ab02218b461 (diff) |
implement keepalive, kill struct
-rw-r--r-- | ev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |