aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-01-30 19:36:59 +0000
committerChristian Grothoff <christian@grothoff.org>2014-01-30 19:36:59 +0000
commitc1fbe5e8d4b666b11fea1e67aa964ae76ad733a0 (patch)
treefad926d2a4950f95867b8877dcdeed049adbd03a /src/dht
parent6daf13eaa64b5b041edce219f30ab8dcfe38cdf5 (diff)
downloadgnunet-c1fbe5e8d4b666b11fea1e67aa964ae76ad733a0.tar.gz
gnunet-c1fbe5e8d4b666b11fea1e67aa964ae76ad733a0.zip
-doxygen
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.c b/src/dht/gnunet-service-dht_neighbours.c
index 25aa0c7b5..6e34cbd8f 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -983,8 +983,8 @@ get_distance (const struct GNUNET_HashCode *target,
983 * 983 *
984 * @param key hash code to check closeness to 984 * @param key hash code to check closeness to
985 * @param bloom bloomfilter, exclude these entries from the decision 985 * @param bloom bloomfilter, exclude these entries from the decision
986 * @return GNUNET_YES if node location is closest, 986 * @return #GNUNET_YES if node location is closest,
987 * GNUNET_NO otherwise. 987 * #GNUNET_NO otherwise.
988 */ 988 */
989static int 989static int
990am_closest_peer (const struct GNUNET_HashCode *key, 990am_closest_peer (const struct GNUNET_HashCode *key,
@@ -2220,7 +2220,7 @@ GDS_NEIGHBOURS_done ()
2220struct GNUNET_PeerIdentity * 2220struct GNUNET_PeerIdentity *
2221GDS_NEIGHBOURS_get_id () 2221GDS_NEIGHBOURS_get_id ()
2222{ 2222{
2223 return &my_identity; 2223 return &my_identity;
2224} 2224}
2225 2225
2226 2226