gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r28411 - gnunet/src/ats
Date: Tue, 6 Aug 2013 12:15:28 +0200

Author: wachs
Date: 2013-08-06 12:15:28 +0200 (Tue, 06 Aug 2013)
New Revision: 28411

Modified:
   gnunet/src/ats/perf_ats.c
Log:
connecting


Modified: gnunet/src/ats/perf_ats.c
===================================================================
--- gnunet/src/ats/perf_ats.c   2013-08-06 10:12:42 UTC (rev 28410)
+++ gnunet/src/ats/perf_ats.c   2013-08-06 10:15:28 UTC (rev 28411)
@@ -286,11 +286,12 @@
        {
                GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                                _("Initialization done, connecting peers\n"));
-               /*
+
                for (c_p = 1; c_p < peers; c_p ++)
                {
                        ph[c_p].connect_op = GNUNET_TESTBED_overlay_connect( 
NULL,
                                        &connect_completion_callback, &ph[c_p], 
ph[0].peer, ph[c_p].peer);
+                       /*
                        if (NULL == ph[c_p].connect_op)
                        {
                                GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
@@ -305,8 +306,8 @@
                        {
                                GNUNET_break (0);
                        }
+                       */
                }
-               */
 
        }
 }
@@ -423,14 +424,13 @@
                                     &ats_perf_connect_adapter,
                                     &ats_perf_disconnect_adapter,
                                     &ph[c_p]);
-    /*
+
     ph[c_p].ats_sched_op = GNUNET_TESTBED_service_connect (NULL,
                                                                                
                                                peers_[c_p], "ats",
                                                                                
                                                ats_connect_completion_cb, NULL,
                                     &ats_sched_connect_adapter,
                                     &ats_sched_disconnect_adapter,
                                     &ph[c_p]);
-                                    */
   }
 }
 




reply via email to

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