aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-05-11 11:21:00 +0000
committerChristian Grothoff <christian@grothoff.org>2014-05-11 11:21:00 +0000
commit979fa0529ac13a2676c036818e2aaee9bee26aff (patch)
treeac5dfc6e50227d35b2aa597027d3957c97735b84 /src/dht
parent7cd36aaa575cf108442a402eeff0e1b292c0e14a (diff)
downloadgnunet-979fa0529ac13a2676c036818e2aaee9bee26aff.tar.gz
gnunet-979fa0529ac13a2676c036818e2aaee9bee26aff.zip
-note to supriti
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-service-xdht_neighbours.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/gnunet-service-xdht_neighbours.c b/src/dht/gnunet-service-xdht_neighbours.c
index cdf746e0b..dc48b3d26 100644
--- a/src/dht/gnunet-service-xdht_neighbours.c
+++ b/src/dht/gnunet-service-xdht_neighbours.c
@@ -2469,6 +2469,7 @@ GDS_NEIGHBOURS_send_get (const struct GNUNET_HashCode *key,
2469 memcpy (&curr_dest, &current_destination, sizeof (struct GNUNET_PeerIdentity)); 2469 memcpy (&curr_dest, &current_destination, sizeof (struct GNUNET_PeerIdentity));
2470 memcpy (&curr_src, &current_source, sizeof (struct GNUNET_PeerIdentity)); 2470 memcpy (&curr_src, &current_source, sizeof (struct GNUNET_PeerIdentity));
2471 memcpy (&key_value, key, sizeof (uint64_t)); 2471 memcpy (&key_value, key, sizeof (uint64_t));
2472 // FIXME: endianess of key_value!?
2472 next_hop = find_successor (key_value, &curr_dest, &curr_src, NULL); 2473 next_hop = find_successor (key_value, &curr_dest, &curr_src, NULL);
2473 /* FIXME: Again I am copying back value of current_destination, current_source, 2474 /* FIXME: Again I am copying back value of current_destination, current_source,
2474 Think of a better solution. */ 2475 Think of a better solution. */