aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-xdht_routing.h
diff options
context:
space:
mode:
authorSupriti Singh <supritisingh08@gmail.com>2014-02-17 15:57:11 +0000
committerSupriti Singh <supritisingh08@gmail.com>2014-02-17 15:57:11 +0000
commit85755103143297d41ccf63c68492822e9b951495 (patch)
tree2e670cf704d6d4c377406e0551135e1f7af4324f /src/dht/gnunet-service-xdht_routing.h
parent1d6824b116658d2490aaa1a5d1662e3857e86d3f (diff)
downloadgnunet-85755103143297d41ccf63c68492822e9b951495.tar.gz
gnunet-85755103143297d41ccf63c68492822e9b951495.zip
1.Modified struct PeerTrailSetupMessage and PeerTrailSetupResultMessage.
2.Handling trail setup result message.
Diffstat (limited to 'src/dht/gnunet-service-xdht_routing.h')
-rw-r--r--src/dht/gnunet-service-xdht_routing.h6
1 files changed, 2 insertions, 4 deletions
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 @@
37void 37void
38GDS_ROUTING_add (struct GNUNET_PeerIdentity *source, 38GDS_ROUTING_add (struct GNUNET_PeerIdentity *source,
39 struct GNUNET_PeerIdentity *destination_peer, 39 struct GNUNET_PeerIdentity *destination_peer,
40 struct GNUNET_PeerIdentity *prev_hop,
41 struct GNUNET_PeerIdentity *next_hop); 40 struct GNUNET_PeerIdentity *next_hop);
42 41
43 42
@@ -46,9 +45,8 @@ GDS_ROUTING_add (struct GNUNET_PeerIdentity *source,
46 * @return next hop peer id 45 * @return next hop peer id
47 */ 46 */
48struct GNUNET_PeerIdentity * 47struct GNUNET_PeerIdentity *
49GDS_Routing_search(struct GNUNET_PeerIdentity *source_peer, 48GDS_ROUTING_search(struct GNUNET_PeerIdentity *source_peer,
50 struct GNUNET_PeerIdentity *destination_peer, 49 struct GNUNET_PeerIdentity *destination_peer);
51 struct GNUNET_PeerIdentity *prev_hop);
52 50
53/** 51/**
54 * Handle a reply (route to origin). Only forwards the reply back to 52 * Handle a reply (route to origin). Only forwards the reply back to