-round expiration times to full seconds
[oweals/gnunet.git] / src / fs / test_fs_test_lib.c
index 2fe5a81405ec84785b1c8d4ec1c8ef4787ad3d5d..81625030dc197ca4c6751b1b45bcbb040353cfcb 100644 (file)
@@ -117,11 +117,17 @@ do_publish (void *cls,
  * @param cls closure
  * @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, 
      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;