mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
(trunk libT) turn on DEBUG_KQUEUE_CHANGEIDX debugging
This commit is contained in:
parent
6c713d2800
commit
af6060165d
1 changed files with 3 additions and 0 deletions
3
third-party/libevent/kqueue.c
vendored
3
third-party/libevent/kqueue.c
vendored
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue