Hi Marc,

I think I've find a minor typo in an example in the documentation.
In the Examples section of ev_periodic the callback is:

   clock_cb (struct ev_loop *loop, ev_io *w, int revents)

but I think it should be:

   clock_cb (struct ev_loop *loop, ev_periodic *w, int revents)

Regards
 /Joachim

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

Reply via email to