gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32126 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r32126 - gnunet/src/dht
Date: Thu, 30 Jan 2014 20:36:59 +0100

Author: grothoff
Date: 2014-01-30 20:36:59 +0100 (Thu, 30 Jan 2014)
New Revision: 32126

Modified:
   gnunet/src/dht/gnunet-service-dht_neighbours.c
Log:
-doxygen

Modified: gnunet/src/dht/gnunet-service-dht_neighbours.c
===================================================================
--- gnunet/src/dht/gnunet-service-dht_neighbours.c      2014-01-30 19:22:23 UTC 
(rev 32125)
+++ gnunet/src/dht/gnunet-service-dht_neighbours.c      2014-01-30 19:36:59 UTC 
(rev 32126)
@@ -983,8 +983,8 @@
  *
  * @param key hash code to check closeness to
  * @param bloom bloomfilter, exclude these entries from the decision
- * @return GNUNET_YES if node location is closest,
- *         GNUNET_NO otherwise.
+ * @return #GNUNET_YES if node location is closest,
+ *         #GNUNET_NO otherwise.
  */
 static int
 am_closest_peer (const struct GNUNET_HashCode *key,
@@ -2220,7 +2220,7 @@
 struct GNUNET_PeerIdentity *
 GDS_NEIGHBOURS_get_id ()
 {
-    return &my_identity;
+  return &my_identity;
 }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]