updated configuration files
[oweals/gnunet.git] / src / ats / test_ats_api_performance_list_all_addresses.c
index 679b3488392e2b827a50f7673b0e07e5fad40e70..7be6e2514cc38d289ef823f907fe1dc0d08f9b08 100644 (file)
@@ -108,6 +108,7 @@ ats_perf_cb (void *cls,
     phal = 0;
     if (4 == counter)
     {
+      GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Done!\n");
       GNUNET_SCHEDULER_add_now (end, NULL);
     }
     else
@@ -133,7 +134,7 @@ stat_cb(void *cls, const char *subsystem,
   {
     GNUNET_log (GNUNET_ERROR_TYPE_INFO,
         "All addresses added, connecting to performance\n");
-    if (NULL == (perf_ats = GNUNET_ATS_performance_init (cfg, &ats_perf_cb, NULL)))
+    if (NULL == (perf_ats = GNUNET_ATS_performance_init (cfg, NULL, NULL)))
     {
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
           "Failed to connect to performance API\n");