From 7e2c3b00d5f4e19b90bf45892a785058a9bd0783 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 31 Jan 2012 16:03:30 +0000 Subject: [PATCH] - rename --- src/transport/plugin_transport_udp_new.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transport/plugin_transport_udp_new.h b/src/transport/plugin_transport_udp_new.h index 757135120..ec943c11b 100644 --- a/src/transport/plugin_transport_udp_new.h +++ b/src/transport/plugin_transport_udp_new.h @@ -41,7 +41,7 @@ #define LOG(kind,...) GNUNET_log_from (kind, "transport-udp", __VA_ARGS__) -#define DEBUG_UDP GNUNET_NO +#define DEBUG_UDP GNUNET_YES #define DEBUG_UDP_BROADCASTING GNUNET_NO /** @@ -131,7 +131,7 @@ struct Plugin /** * Heap with all of our defragmentation activities. */ - struct GNUNET_CONTAINER_Heap *defrags; + struct GNUNET_CONTAINER_Heap *defrag_ctxs; /** * ID of select task -- 2.25.1