]> granicus.if.org Git - transmission/commitdiff
(trunk libT) turn on DEBUG_KQUEUE_CHANGEIDX debugging
authorCharles Kerr <charles@transmissionbt.com>
Sun, 17 Jan 2010 02:31:06 +0000 (02:31 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Sun, 17 Jan 2010 02:31:06 +0000 (02:31 +0000)
third-party/libevent/kqueue.c

index 00de5d4ad2b6be32c2309ef8fbd89304023463e8..e270de84382542371f53715bccac126ee935cb09 100644 (file)
@@ -51,6 +51,9 @@
 #include <inttypes.h>
 #endif
 
+#ifndef DEBUG_KQUEUE_CHANGEIDX
+#define DEBUG_KQUEUE_CHANGEIDX
+
 /* Some platforms apparently define the udata field of struct kevent as
  * intptr_t, whereas others define it as void*.  There doesn't seem to be an
  * easy way to tell them apart via autoconf, so we need to use OS macros. */