[master] 1c406a2 Disable the epoll waiter temporarily to see if things work at least a little bit on Linux.

Poul-Henning Kamp phk at FreeBSD.org
Fri Jan 23 10:30:49 CET 2015


commit 1c406a2252f412535f4948a6580a8d37d39283d5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Jan 23 09:30:28 2015 +0000

    Disable the epoll waiter temporarily to see if things work at least
    a little bit on Linux.

diff --git a/bin/varnishd/waiter/mgt_waiter.c b/bin/varnishd/waiter/mgt_waiter.c
index 18e370c..efa5942 100644
--- a/bin/varnishd/waiter/mgt_waiter.c
+++ b/bin/varnishd/waiter/mgt_waiter.c
@@ -43,7 +43,7 @@ static const struct waiter_impl *const waiter_impls[] = {
 	&waiter_kqueue,
     #endif
     #if defined(HAVE_EPOLL_CTL)
-	&waiter_epoll,
+//	&waiter_epoll,
     #endif
     #if defined(HAVE_PORT_CREATE)
 	&waiter_ports,



More information about the varnish-commit mailing list