gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14505 - in gnunet/src: testing topology


From: gnunet
Subject: [GNUnet-SVN] r14505 - in gnunet/src: testing topology
Date: Wed, 23 Feb 2011 17:50:06 +0100

Author: nevans
Date: 2011-02-23 17:50:06 +0100 (Wed, 23 Feb 2011)
New Revision: 14505

Modified:
   gnunet/src/testing/test_testing_connect.c
   gnunet/src/testing/test_testing_reconnect.c
   gnunet/src/topology/test_gnunet_daemon_topology.c
Log:
Testing api change.

Modified: gnunet/src/testing/test_testing_connect.c
===================================================================
--- gnunet/src/testing/test_testing_connect.c   2011-02-23 15:19:27 UTC (rev 
14504)
+++ gnunet/src/testing/test_testing_connect.c   2011-02-23 16:50:06 UTC (rev 
14505)
@@ -117,6 +117,7 @@
 #endif
   GNUNET_TESTING_daemons_connect (d1, d2,
                                   TIMEOUT, CONNECT_ATTEMPTS,
+                                  GNUNET_YES,
                                   &my_connect_complete, NULL);
 }
 

Modified: gnunet/src/testing/test_testing_reconnect.c
===================================================================
--- gnunet/src/testing/test_testing_reconnect.c 2011-02-23 15:19:27 UTC (rev 
14504)
+++ gnunet/src/testing/test_testing_reconnect.c 2011-02-23 16:50:06 UTC (rev 
14505)
@@ -147,6 +147,7 @@
 #endif
   GNUNET_TESTING_daemons_connect (d1, d2,
                                   TIMEOUT, CONNECT_ATTEMPTS,
+                                  GNUNET_YES,
                                   &my_connect_complete, NULL);
 }
 

Modified: gnunet/src/topology/test_gnunet_daemon_topology.c
===================================================================
--- gnunet/src/topology/test_gnunet_daemon_topology.c   2011-02-23 15:19:27 UTC 
(rev 14504)
+++ gnunet/src/topology/test_gnunet_daemon_topology.c   2011-02-23 16:50:06 UTC 
(rev 14505)
@@ -128,12 +128,14 @@
       return;
     }
   GNUNET_TESTING_daemons_connect (last, d, TIMEOUT, CONNECT_ATTEMPTS,
+                                  GNUNET_YES,
                                  &notify_connect_complete,
                                  NULL);
   if (peers_left == 0)
     {
       /* close circle */
       GNUNET_TESTING_daemons_connect (d, first, TIMEOUT, CONNECT_ATTEMPTS,
+                                      GNUNET_YES,
                                      &notify_connect_complete,
                                      NULL);
     }




reply via email to

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