On 3/9/06, Ludovic Courtès <[EMAIL PROTECTED]> wrote:
> Hi,
hello ludovic,

>
> Using 0.6.9, `avahi_simple_poll_iterate ()' with TIMEOUT > 0 returns
> immediately with 0 and does nothing.
>
from the api docs: "If sleep_time > 0 the function will block for at
most the specified time in msecs."
so the attached callback have at most TIMEOUT msec to execute, it will
not always block till timeout.

the doc: 
http://avahi.org/download/doxygen/simple-watch_8h.html#d5b7c9d3b7a6584d609241ee6f472a2e

> Any idea about what's happening here?
>
> Thanks,
> Ludovic.
> _______________________________________________
> avahi mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/avahi
>


--
Sebastien Estienne
_______________________________________________
avahi mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/avahi

Reply via email to