gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19574 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r19574 - gnunet/src/transport
Date: Tue, 31 Jan 2012 17:03:30 +0100

Author: wachs
Date: 2012-01-31 17:03:30 +0100 (Tue, 31 Jan 2012)
New Revision: 19574

Modified:
   gnunet/src/transport/plugin_transport_udp_new.h
Log:
- rename


Modified: gnunet/src/transport/plugin_transport_udp_new.h
===================================================================
--- gnunet/src/transport/plugin_transport_udp_new.h     2012-01-31 16:02:38 UTC 
(rev 19573)
+++ gnunet/src/transport/plugin_transport_udp_new.h     2012-01-31 16:03:30 UTC 
(rev 19574)
@@ -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 @@
   /**
    * Heap with all of our defragmentation activities.
    */
-  struct GNUNET_CONTAINER_Heap *defrags;
+  struct GNUNET_CONTAINER_Heap *defrag_ctxs;
 
   /**
    * ID of select task




reply via email to

[Prev in Thread] Current Thread [Next in Thread]