-note to supriti
authorChristian Grothoff <christian@grothoff.org>
Sun, 11 May 2014 11:21:00 +0000 (11:21 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 11 May 2014 11:21:00 +0000 (11:21 +0000)
src/dht/gnunet-service-xdht_neighbours.c

index cdf746e0b387ff8a2e1c39c520e47f6cafe509ef..dc48b3d26028e8d4b11b2217e8718ce9edf021a3 100644 (file)
@@ -2469,6 +2469,7 @@ GDS_NEIGHBOURS_send_get (const struct GNUNET_HashCode *key,
     memcpy (&curr_dest, &current_destination, sizeof (struct GNUNET_PeerIdentity));
     memcpy (&curr_src, &current_source, sizeof (struct GNUNET_PeerIdentity));
     memcpy (&key_value, key, sizeof (uint64_t));
+       // FIXME: endianess of key_value!?
     next_hop = find_successor (key_value, &curr_dest, &curr_src, NULL);
     /* FIXME: Again I am copying back value of current_destination, current_source,
      Think of a better solution. */