Testing api change.
authorNathan S. Evans <evans@in.tum.de>
Wed, 23 Feb 2011 16:50:06 +0000 (16:50 +0000)
committerNathan S. Evans <evans@in.tum.de>
Wed, 23 Feb 2011 16:50:06 +0000 (16:50 +0000)
src/testing/test_testing_connect.c
src/testing/test_testing_reconnect.c
src/topology/test_gnunet_daemon_topology.c

index f421423191df3377914340466dd7fc0938c8f0cd..6c65077377013ef8580b9032648d439c1a2094d9 100644 (file)
@@ -117,6 +117,7 @@ my_cb2 (void *cls,
 #endif
   GNUNET_TESTING_daemons_connect (d1, d2,
                                   TIMEOUT, CONNECT_ATTEMPTS,
+                                  GNUNET_YES,
                                   &my_connect_complete, NULL);
 }
 
index 13dbd46b4f83ab04ab6640f40c523af14a6ce44c..46b7934f11e87f48842c0211f49fe71c084b2390 100644 (file)
@@ -147,6 +147,7 @@ my_cb2 (void *cls,
 #endif
   GNUNET_TESTING_daemons_connect (d1, d2,
                                   TIMEOUT, CONNECT_ATTEMPTS,
+                                  GNUNET_YES,
                                   &my_connect_complete, NULL);
 }
 
index dc6cb7375784be46633be9c298f057da4f101801..5c54e0ee31f60289b1b1f9001c46d706664dfcde 100644 (file)
@@ -128,12 +128,14 @@ static void my_cb(void *cls,
       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);
     }