diff options
author | root <root> | 2007-11-12 09:06:09 +0000 |
---|---|---|
committer | root <root> | 2007-11-12 09:06:09 +0000 |
commit | b5f3175db054d9930a6e75d2034e367b36e875b8 (patch) | |
tree | 736f7e2ed5a27e8007e7632a0041d5f285d0e709 /ev.pod | |
parent | a728e62d7c25b8d8852e332e729e70248520a925 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -740,7 +740,7 @@ repeat = 0) will be started. While C<0> is a valid timeout, it is of dubious value. The callback has the type C<void (*cb)(int revents, void *arg)> and gets -passed an events set like normal event callbacks (with a combination of +passed an C<revents> set like normal event callbacks (a combination of C<EV_ERROR>, C<EV_READ>, C<EV_WRITE> or C<EV_TIMEOUT>) and the C<arg> value passed to C<ev_once>: |