gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8684 - GNUnet/src/applications/dv_dht/tools


From: gnunet
Subject: [GNUnet-SVN] r8684 - GNUnet/src/applications/dv_dht/tools
Date: Mon, 13 Jul 2009 16:46:43 -0600

Author: nevans
Date: 2009-07-13 16:46:42 -0600 (Mon, 13 Jul 2009)
New Revision: 8684

Modified:
   GNUnet/src/applications/dv_dht/tools/dv_dht_driver_new.c
Log:


Modified: GNUnet/src/applications/dv_dht/tools/dv_dht_driver_new.c
===================================================================
--- GNUnet/src/applications/dv_dht/tools/dv_dht_driver_new.c    2009-07-13 
22:46:14 UTC (rev 8683)
+++ GNUnet/src/applications/dv_dht/tools/dv_dht_driver_new.c    2009-07-13 
22:46:42 UTC (rev 8684)
@@ -320,7 +320,7 @@
           GNUNET_GE_ASSERT (NULL, gets[j] != NULL);
         }
 
-      for (k = 0; k < DEFAULT_NUM_ROUNDS; k++)
+      for (k = 0; k < num_rounds; k++)
         {
           if (GNUNET_shutdown_test () == GNUNET_YES)
             break;
@@ -460,9 +460,9 @@
     done ();
 
   fprintf (stdout,
-           "# Inserts: %llu\n# Gets: %llu\nSettle time: %llu\n# Nodes: %llu\n# 
Concurrent: %llu\n# Wait time: %d\n# Successful: %d\n",
+           "# Inserts: %llu\n# Gets: %llu\nSettle time: %llu\n# Nodes: %llu\n# 
Concurrent: %llu\n# Wait time: %llu\n# Successful: %d\n",
            put_items, get_requests, settle_time, num_peers,
-           concurrent_requests, DEFAULT_NUM_ROUNDS, found);
+           concurrent_requests, num_rounds, found);
   GNUNET_plugin_unload (plugin);
   GNUNET_mutex_destroy (lock);
   return ret;





reply via email to

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