aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-xdht_routing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-xdht_routing.c')
-rw-r--r--src/dht/gnunet-service-xdht_routing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-xdht_routing.c b/src/dht/gnunet-service-xdht_routing.c
index 7bf96e9d0..a78e73937 100644
--- a/src/dht/gnunet-service-xdht_routing.c
+++ b/src/dht/gnunet-service-xdht_routing.c
@@ -119,7 +119,7 @@ get_next_hop (struct RoutingTrail *trail,
119int 119int
120GDS_ROUTING_trail_update (struct GNUNET_PeerIdentity *source_peer, 120GDS_ROUTING_trail_update (struct GNUNET_PeerIdentity *source_peer,
121 struct GNUNET_PeerIdentity *destination_peer, 121 struct GNUNET_PeerIdentity *destination_peer,
122 struct GNUNET_PeerIdentity *prev_hop) 122 const struct GNUNET_PeerIdentity *prev_hop)
123{ 123{
124 /* 1. find the trail corresponding to these values. 124 /* 1. find the trail corresponding to these values.
125 2. update the prev hop to source peer. */ 125 2. update the prev hop to source peer. */