gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8912 - GNUnet/src/include


From: gnunet
Subject: [GNUnet-SVN] r8912 - GNUnet/src/include
Date: Mon, 31 Aug 2009 11:14:22 -0600

Author: nevans
Date: 2009-08-31 11:14:21 -0600 (Mon, 31 Aug 2009)
New Revision: 8912

Modified:
   GNUnet/src/include/gnunet_dhtlog_service.h
Log:
additional logging options (header)

Modified: GNUnet/src/include/gnunet_dhtlog_service.h
===================================================================
--- GNUnet/src/include/gnunet_dhtlog_service.h  2009-08-31 17:13:49 UTC (rev 
8911)
+++ GNUnet/src/include/gnunet_dhtlog_service.h  2009-08-31 17:14:21 UTC (rev 
8912)
@@ -82,10 +82,11 @@
    * Inserts the trial information into the database
    */
   int (*insert_trial) (unsigned long long *trialuid, int num_nodes,
-                       int topology, int puts, int gets, int concurrent,
-                       int settle_time, int num_rounds, int malicious_getters,
-                       int malicious_putters, int malicious_droppers,
-                       char *message);
+                       int topology, float topology_modifier,
+                       float logNMultiplier, int puts, int gets,
+                       int concurrent, int settle_time, int num_rounds,
+                       int malicious_getters, int malicious_putters,
+                       int malicious_droppers, char *message);
 
   /*
    * Update the trial information with the ending time and dropped message 
stats





reply via email to

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