From: root Date: Mon, 12 Nov 2007 09:07:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: rel-0_9~14 X-Git-Url: https://git.llucax.com/software/libev.git/commitdiff_plain/24a8ca468df5a45c3588f933e41fb8174066d4c8?ds=sidebyside *** empty log message *** --- diff --git a/ev.html b/ev.html index b82e54e..052c922 100644 --- a/ev.html +++ b/ev.html @@ -6,7 +6,7 @@ - + @@ -729,7 +729,7 @@ started. Otherwise an ev_timer watcher with after = timeout0 is a valid timeout, it is of dubious value.

The callback has the type void (*cb)(int revents, void *arg) and gets -passed an events set like normal event callbacks (with a combination of +passed an revents set like normal event callbacks (a combination of EV_ERROR, EV_READ, EV_WRITE or EV_TIMEOUT) and the arg value passed to ev_once:

  static void stdin_ready (int revents, void *arg)