gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24314 - gnunet/src/testbed


From: gnunet
Subject: [GNUnet-SVN] r24314 - gnunet/src/testbed
Date: Sun, 14 Oct 2012 18:48:49 +0200

Author: harsha
Date: 2012-10-14 18:48:49 +0200 (Sun, 14 Oct 2012)
New Revision: 24314

Modified:
   gnunet/src/testbed/gnunet-testbed-profiler.c
Log:
output status for connects

Modified: gnunet/src/testbed/gnunet-testbed-profiler.c
===================================================================
--- gnunet/src/testbed/gnunet-testbed-profiler.c        2012-10-14 14:48:08 UTC 
(rev 24313)
+++ gnunet/src/testbed/gnunet-testbed-profiler.c        2012-10-14 16:48:49 UTC 
(rev 24314)
@@ -451,13 +451,16 @@
       {
         static unsigned int established_links;
 
+       if (0 == established_links)
+         printf ("Establishing links\n");
+       else
+         printf (".");
         if (++established_links == num_links)
         {
           prof_time = GNUNET_TIME_absolute_get_duration (prof_start_time);
           printf ("%u links established in %.2f seconds\n",
                   num_links, ((double) prof_time.rel_value) / 1000.00);
-          GNUNET_TESTBED_operation_done (topology_op);
-          topology_op = NULL;
+         result = GNUNET_OK;
           GNUNET_SCHEDULER_add_now (&do_shutdown, NULL);
         }
       }




reply via email to

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