- update default values, eliminate obsolete ones
[oweals/gnunet.git] / src / dht / gnunet-service-xdht_datacache.h
index 38515d062d0d71ee5c66712ef51cfc654b05a583..a13d2b7b912f537ed6be81b06533b7035bf91f70 100644 (file)
@@ -70,8 +70,8 @@ GDS_DATACACHE_handle_get (const struct GNUNET_HashCode * key,
                           uint32_t reply_bf_mutator,
                           uint32_t get_path_length,
                           struct GNUNET_PeerIdentity *get_path,
-                          unsigned int current_trail_index,
-                          struct GNUNET_PeerIdentity *next_hop);
+                          struct GNUNET_PeerIdentity *next_hop,
+                          struct GNUNET_PeerIdentity *source_peer);
 
 
 /**