- use proper signedness
[oweals/gnunet.git] / src / topology / test_gnunet_daemon_topology.c
index 99734ca8f07b8ea9978297242e186ea0b733e700..c880dad9e63cfafc683f48e98e3beda4cd7c8dc3 100644 (file)
@@ -39,7 +39,7 @@ static unsigned int connect_left;
 
 
 static void
-notify_connect_complete (void *cls, 
+notify_connect_complete (void *cls,
                         struct GNUNET_TESTBED_Operation *op,
                         const char *emsg)
 {
@@ -62,9 +62,12 @@ notify_connect_complete (void *cls,
 
 
 static void
-do_connect (void *cls, 
+do_connect (void *cls,
+            struct GNUNET_TESTBED_RunHandle *h,
            unsigned int num_peers,
-           struct GNUNET_TESTBED_Peer **peers)
+           struct GNUNET_TESTBED_Peer **peers,
+            unsigned int links_succeeded,
+            unsigned int links_failed)
 {
   unsigned int i;