aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-01 09:31:51 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-01 09:31:51 +0000
commit7e771b0dada26d46514649cdd7a42e3b61ad23f8 (patch)
tree67bb6659644ec208ccb3ce133d10348bc05c1ece /src/dht
parent7f8b9022207ed9b2d94d14844cc565dbbb401d8f (diff)
downloadgnunet-7e771b0dada26d46514649cdd7a42e3b61ad23f8.tar.gz
gnunet-7e771b0dada26d46514649cdd7a42e3b61ad23f8.zip
-fix doxygen
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-service-wdht_neighbours.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-wdht_neighbours.c b/src/dht/gnunet-service-wdht_neighbours.c
index 64a5d1e0f..df02d8adf 100644
--- a/src/dht/gnunet-service-wdht_neighbours.c
+++ b/src/dht/gnunet-service-wdht_neighbours.c
@@ -642,6 +642,7 @@ GDS_NEIGHBOURS_handle_get (const struct GNUNET_HashCode *key,
642{ 642{
643 // find closest finger(s) on all layers 643 // find closest finger(s) on all layers
644 // use TrailRoute with PeerGetMessage embedded to contact peer 644 // use TrailRoute with PeerGetMessage embedded to contact peer
645 // NOTE: actually more complicated, see paper!
645} 646}
646 647
647 648
@@ -708,7 +709,15 @@ delete_trail (struct Trail *trail,
708 709
709 710
710/** 711/**
711 * Blah. 712 * Forward the given payload message along the trail.
713 *
714 * @param next_target which direction along the trail should we forward
715 * @param trail_id which trail should we forward along
716 * @param have_path do we track the forwarding path?
717 * @param predecessor which peer do we tack on to the path?
718 * @param path path the message has taken so far along the trail
719 * @param path_length number of entries in @a path
720 * @param payload payload of the message
712 */ 721 */
713static void 722static void
714forward_message_on_trail (struct FriendInfo *next_target, 723forward_message_on_trail (struct FriendInfo *next_target,