gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14312 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r14312 - gnunet/src/include
Date: Wed, 2 Feb 2011 13:45:38 +0100

Author: nevans
Date: 2011-02-02 13:45:38 +0100 (Wed, 02 Feb 2011)
New Revision: 14312

Modified:
   gnunet/src/include/gnunet_dht_service.h
Log:
api change

Modified: gnunet/src/include/gnunet_dht_service.h
===================================================================
--- gnunet/src/include/gnunet_dht_service.h     2011-02-02 12:44:35 UTC (rev 
14311)
+++ gnunet/src/include/gnunet_dht_service.h     2011-02-02 12:45:38 UTC (rev 
14312)
@@ -106,7 +106,12 @@
      * We should keep track of the route that the message
      * took in the P2P network.
      */
-    GNUNET_DHT_RO_RECORD_ROUTE = 2
+    GNUNET_DHT_RO_RECORD_ROUTE = 2,
+
+    /**
+     * Possible message option for query key randomization.
+     */
+    GNUNET_DHT_RO_BART = 4
   };
 
 
@@ -290,16 +295,15 @@
  *
  * @param cls closure
  * @param key key that was used
- * @param get_path NULL-terminated array of pointers
- *                 to the peers on reverse GET path (or NULL if not recorded)
- * @param put_path NULL-terminated array of pointers
+ * @param outgoing_path NULL-terminated array of pointers
+ *                      to the peers on reverse outgoing
+ *                      path (or NULL if not recorded)
  *                 to the peers on the PUT path (or NULL if not recorded)
  * @param reply response
  */
 typedef void (*GNUNET_DHT_ReplyProcessor)(void *cls,
                                          const GNUNET_HashCode *key,
-                                         const struct GNUNET_PeerIdentity * 
const *get_path,
-                                         const struct GNUNET_PeerIdentity * 
const *put_path,
+                                         const struct GNUNET_PeerIdentity * 
const *outgoing_path,
                                           const struct GNUNET_MessageHeader 
*reply);
 
 




reply via email to

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