[avahi] `avahi_simple_poll_iterate ()' with TIMEOUT > 0

Sebastien Estienne sebastien.estienne at gmail.com
Thu Mar 9 11:00:04 PST 2006


On 3/9/06, Ludovic Courtès <ludovic.courtes at laas.fr> 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
> avahi at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/avahi
>


--
Sebastien Estienne


More information about the avahi mailing list