--------------------- PatchSet 8715 Date: 2006/10/23 10:42:42 Author: hno Branch: commloops-2_6 Tag: (none) Log: OOps.. forgot to remove a debug test Members: src/comm_epoll.c:1.17.2.4->1.17.2.5 Index: squid/src/comm_epoll.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/comm_epoll.c,v retrieving revision 1.17.2.4 retrieving revision 1.17.2.5 diff -u -r1.17.2.4 -r1.17.2.5 --- squid/src/comm_epoll.c 23 Oct 2006 10:42:09 -0000 1.17.2.4 +++ squid/src/comm_epoll.c 23 Oct 2006 10:42:42 -0000 1.17.2.5 @@ -1,6 +1,6 @@ /* - * $Id: comm_epoll.c,v 1.17.2.4 2006/10/23 10:42:09 hno Exp $ + * $Id: comm_epoll.c,v 1.17.2.5 2006/10/23 10:42:42 hno Exp $ * * DEBUG: section 5 Socket Functions * @@ -38,9 +38,6 @@ #define MAX_EVENTS 256 /* max events to process in one go */ -#undef MAX_EVENTS -#define MAX_EVENTS 1 - /* epoll structs */ static int kdpfd; static struct epoll_event events[MAX_EVENTS];