diff options
author | root <root> | 2008-11-13 15:55:38 +0000 |
---|---|---|
committer | root <root> | 2008-11-13 15:55:38 +0000 |
commit | 30085edcf5bec67cf26e3142f7a72bb96b8d6cd5 (patch) | |
tree | a365e288830b8b0d03cedb3b2797d9e8b0eddaf0 /ev.pod | |
parent | 404477ffd3afe57cd7124c5a911ce467cafd35e9 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1421,7 +1421,7 @@ within the callback: // 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); } } |