gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r8834 - GNUnet/src/include
Date: Wed, 19 Aug 2009 15:49:41 -0600

Author: nevans
Date: 2009-08-19 15:49:41 -0600 (Wed, 19 Aug 2009)
New Revision: 8834

Modified:
   GNUnet/src/include/gnunet_dhtlog_service.h
   GNUnet/src/include/gnunet_remote_lib.h
Log:
malicious header stuffs

Modified: GNUnet/src/include/gnunet_dhtlog_service.h
===================================================================
--- GNUnet/src/include/gnunet_dhtlog_service.h  2009-08-19 21:47:54 UTC (rev 
8833)
+++ GNUnet/src/include/gnunet_dhtlog_service.h  2009-08-19 21:49:41 UTC (rev 
8834)
@@ -83,7 +83,9 @@
    */
   int (*insert_trial) (unsigned long long *trialuid, int num_nodes,
                        int topology, int puts, int gets, int concurrent,
-                       int settle_time, int num_rounds, char *message);
+                       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

Modified: GNUnet/src/include/gnunet_remote_lib.h
===================================================================
--- GNUnet/src/include/gnunet_remote_lib.h      2009-08-19 21:47:54 UTC (rev 
8833)
+++ GNUnet/src/include/gnunet_remote_lib.h      2009-08-19 21:49:41 UTC (rev 
8834)
@@ -61,6 +61,7 @@
   char *pid;
   char *hostname;
   char *username;
+  unsigned short malicious_val;
 };
 
 /**





reply via email to

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