gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29554 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r29554 - gnunet/src/ats
Date: Wed, 25 Sep 2013 17:37:26 +0200

Author: wachs
Date: 2013-09-25 17:37:25 +0200 (Wed, 25 Sep 2013)
New Revision: 29554

Modified:
   gnunet/src/ats/test_ats_api_performance_list_all_addresses.c
   gnunet/src/ats/test_ats_api_performance_list_all_addresses_active.c
   gnunet/src/ats/test_ats_api_performance_list_peer_addresses.c
Log:
do not use monitor callback


Modified: gnunet/src/ats/test_ats_api_performance_list_all_addresses.c
===================================================================
--- gnunet/src/ats/test_ats_api_performance_list_all_addresses.c        
2013-09-25 15:13:00 UTC (rev 29553)
+++ gnunet/src/ats/test_ats_api_performance_list_all_addresses.c        
2013-09-25 15:37:25 UTC (rev 29554)
@@ -133,7 +133,7 @@
   {
     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");

Modified: gnunet/src/ats/test_ats_api_performance_list_all_addresses_active.c
===================================================================
--- gnunet/src/ats/test_ats_api_performance_list_all_addresses_active.c 
2013-09-25 15:13:00 UTC (rev 29553)
+++ gnunet/src/ats/test_ats_api_performance_list_all_addresses_active.c 
2013-09-25 15:37:25 UTC (rev 29554)
@@ -142,7 +142,7 @@
   {
     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");
@@ -209,8 +209,6 @@
     GNUNET_STATISTICS_destroy (stats, GNUNET_NO);
     stats = NULL;
   }
-
-
   GNUNET_free_non_null(p0_addresses[0].addr);
   GNUNET_free_non_null(p0_addresses[1].addr);
   GNUNET_free_non_null(p1_addresses[0].addr);

Modified: gnunet/src/ats/test_ats_api_performance_list_peer_addresses.c
===================================================================
--- gnunet/src/ats/test_ats_api_performance_list_peer_addresses.c       
2013-09-25 15:13:00 UTC (rev 29553)
+++ gnunet/src/ats/test_ats_api_performance_list_peer_addresses.c       
2013-09-25 15:37:25 UTC (rev 29554)
@@ -143,7 +143,7 @@
   {
     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");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]