Re: epoll

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Sat, 01 Sep 2007 15:10:18 +0200

On lör, 2007-09-01 at 00:20 +1200, Amos Jeffries wrote:

> I'm now getting compile problems.
> Under the new state does USE_POLL or HAVE_POLL have preference over
> runtime code? (src/structs.h:1567 versus src/stat.cc:993)

USE_POLL means configure has selected the poll select loop.

HAVE_POLL means configure found that the system have a poll() call.

Yes, the use in src/structs.h src/squid.h and src/stat.cc was a bit
wrong, and would fail if the select() loop is used.. Now cleaned up.

Thanks for noticing this inconsistency.

Regards
Henrik

Received on Sat Sep 01 2007 - 07:10:30 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Oct 01 2007 - 12:00:05 MDT