gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14450 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r14450 - gnunet/src/dht
Date: Thu, 17 Feb 2011 18:30:00 +0100

Author: nevans
Date: 2011-02-17 18:30:00 +0100 (Thu, 17 Feb 2011)
New Revision: 14450

Modified:
   gnunet/src/dht/gnunet-dht-driver.c
Log:
fix

Modified: gnunet/src/dht/gnunet-dht-driver.c
===================================================================
--- gnunet/src/dht/gnunet-dht-driver.c  2011-02-17 17:28:45 UTC (rev 14449)
+++ gnunet/src/dht/gnunet-dht-driver.c  2011-02-17 17:30:00 UTC (rev 14450)
@@ -2545,6 +2545,7 @@
 }
 #endif
 
+#if ONLY_TESTING
 /* Forward declaration */
 static void
 topology_callback (void *cls,
@@ -2577,8 +2578,8 @@
                                  
GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 60),
                                  2, &topology_callback, NULL);
 }
+#endif
 
-
 /**
  * This function is called whenever a connection attempt is finished between 
two of
  * the started peers (started with GNUNET_TESTING_daemons_start).  The total




reply via email to

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