Nick Kew wrote:
Mladen Turk wrote:
Please note that I didn't test nor tried to compile
kqueue and port implementations (lack of tst platform).
They might have some copy/paste typos, so please either
fix directly or send me a patch and I'll commit.
@@ -304,21 +367,32 @@
[chop]
+ if ((pollset->flags & APR_POLLSET_WAKEABLE) &&
+ fd.desc_type == APR_POLL_FILE &&
+ fd.desc.f == pollset->wakeup_pipe[0]) {
I'm guessing fd is a typo for fp. Fixing - please
shout if I've missed the point of something.
Right, it was an obvious typo.
Thanks Nick
Cheers
--
(TM)