From 85755103143297d41ccf63c68492822e9b951495 Mon Sep 17 00:00:00 2001 From: Supriti Singh Date: Mon, 17 Feb 2014 15:57:11 +0000 Subject: 1.Modified struct PeerTrailSetupMessage and PeerTrailSetupResultMessage. 2.Handling trail setup result message. --- src/dht/gnunet-service-xdht_routing.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/dht/gnunet-service-xdht_routing.h') diff --git a/src/dht/gnunet-service-xdht_routing.h b/src/dht/gnunet-service-xdht_routing.h index dcb82ef16..44cb07389 100644 --- a/src/dht/gnunet-service-xdht_routing.h +++ b/src/dht/gnunet-service-xdht_routing.h @@ -37,7 +37,6 @@ void GDS_ROUTING_add (struct GNUNET_PeerIdentity *source, struct GNUNET_PeerIdentity *destination_peer, - struct GNUNET_PeerIdentity *prev_hop, struct GNUNET_PeerIdentity *next_hop); @@ -46,9 +45,8 @@ GDS_ROUTING_add (struct GNUNET_PeerIdentity *source, * @return next hop peer id */ struct GNUNET_PeerIdentity * -GDS_Routing_search(struct GNUNET_PeerIdentity *source_peer, - struct GNUNET_PeerIdentity *destination_peer, - struct GNUNET_PeerIdentity *prev_hop); +GDS_ROUTING_search(struct GNUNET_PeerIdentity *source_peer, + struct GNUNET_PeerIdentity *destination_peer); /** * Handle a reply (route to origin). Only forwards the reply back to -- cgit v1.2.3