From: root Date: Sat, 1 Dec 2007 15:32:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: rel-1_6~10 X-Git-Url: https://git.llucax.com/software/libev.git/commitdiff_plain/01e94682098c6af711d3953e0e99eaa4d4a09d74?ds=inline *** empty log message *** --- diff --git a/ev.pod b/ev.pod index 25438da..74100e4 100644 --- a/ev.pod +++ b/ev.pod @@ -1459,7 +1459,8 @@ pseudo-code only of course: static void adns_prepare_cb (ev_loop *loop, ev_prepare *w, int revents) { - int timeout = 3600000;truct pollfd fds [nfd]; + int timeout = 3600000; + struct pollfd fds [nfd]; // actual code will need to loop here and realloc etc. adns_beforepoll (ads, fds, &nfd, &timeout, timeval_from (ev_time ()));