Hello Marc,

Friday, June 19, 2009, 1:16:31 AM, you wrote:

> On Thu, Jun 18, 2009 at 03:32:33PM +0200, Gabriel Kerneis 
> <[email protected]> wrote:
>> a few typos I spotted in the doc:

> thanks, fixed!

Another yet:

"At start:

-  ev_timer_init (timer, callback);
+  ev_init (timer, callback);
   timer->repeat = 60.;
   ev_timer_again (loop, timer); ..."

---

"
-  ev_timer_init (timer, callback);
+  ev_init (timer, callback);
   last_activity = ev_now (loop);
   callback (loop, timer, EV_TIMEOUT); ..."



-- 
Best regards,
 Denis                            mailto:[email protected]


_______________________________________________
libev mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to