git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2793
d4fa192b-c00b-0410-8231-
f00ffab90ce4
#include "miniobj.h"
#include "binary_heap.h"
+#undef DEBUG_EVENTS
+
/* INFTIM indicates an infinite timeout for poll(2) */
#ifndef INFTIM
#define INFTIM -1
unsigned char disturbed;
unsigned psig;
pthread_t thread;
+#ifdef DEBUG_EVENTS
FILE *debug;
+#endif
};
/*--------------------------------------------------------------------*/
-#undef DEBUG_EVENTS
-
#ifdef DEBUG_EVENTS
#define DBG(evb, ...) do { \
if ((evb)->debug != NULL) \