-fixing #3034
[oweals/gnunet.git] / src / fs / test_fs_test_lib.c
index 2fe5a81405ec84785b1c8d4ec1c8ef4787ad3d5d..689456aa408c51a8da73cec07eda5aef5ea2da39 100644 (file)
@@ -115,13 +115,21 @@ do_publish (void *cls,
  * Actual main function for the test.
  * 
  * @param cls closure
+ * @param h the run handle
  * @param num_peers number of peers in 'peers'
  * @param peers handle to peers run in the testbed
+ * @param links_succeeded the number of overlay link connection attempts that
+ *          succeeded
+ * @param links_failed the number of overlay link connection attempts that
+ *          failed
  */
 static void
 run (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;