tis 2007-04-24 klockan 00:30 -0600 skrev Duane Wessels:

>   Fix for compiling src/unlinkd.cc with kqueue and epoll.
>   
>   When Squid is compiled with --enable-kqueue or --enable-epoll, we're
>   not supposed to use any fd_set structures.  unlinkd.cc uses select()
>   to pause and wait for for feedback from the external unlinkd helper.
>   But when using kqueue or epoll, unlinkd.cc will have to use "usleep"
>   emulation rather than select.

Hmm.. it's fine (and probably preferred) for the external daemon to use
select and fd_set. This restriction is just on code linked into the
squid binary.

Regards
Henrik

Attachment: signature.asc
Description: Detta är en digitalt signerad meddelandedel

Reply via email to