Typos in the doc
Denis F. Latypoff
denis at gostats.ru
Fri Jun 19 08:55:48 CEST 2009
Hello Marc,
Friday, June 19, 2009, 1:16:31 AM, you wrote:
> On Thu, Jun 18, 2009 at 03:32:33PM +0200, Gabriel Kerneis <kerneis at pps.jussieu.fr> 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:denis at gostats.ru
More information about the libev
mailing list