--- libev/ev.pod 2008/11/05 21:44:21 1.215 +++ libev/ev.pod 2008/11/13 15:55:38 1.216 @@ -1421,7 +1421,7 @@ // callback was invoked, but there was some activity, re-arm // the watcher to fire in last_activity + 60, which is // guaranteed to be in the future, so "again" is positive: - w->again = timeout - now; + w->repeat = timeout - now; ev_timer_again (EV_A_ w); } }