gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13996 - in gnunet/src: dht dv testing


From: gnunet
Subject: [GNUnet-SVN] r13996 - in gnunet/src: dht dv testing
Date: Tue, 21 Dec 2010 15:59:21 +0100

Author: nevans
Date: 2010-12-21 15:59:21 +0100 (Tue, 21 Dec 2010)
New Revision: 13996

Modified:
   gnunet/src/dht/gnunet-dht-driver.c
   gnunet/src/dht/gnunet-service-dht.c
   gnunet/src/dv/gnunet-service-dv.c
   gnunet/src/testing/testing_group.c
Log:
doxygen comments, last commit of bugfixes (hopefully)

Modified: gnunet/src/dht/gnunet-dht-driver.c
===================================================================
--- gnunet/src/dht/gnunet-dht-driver.c  2010-12-21 14:43:45 UTC (rev 13995)
+++ gnunet/src/dht/gnunet-dht-driver.c  2010-12-21 14:59:21 UTC (rev 13996)
@@ -1561,7 +1561,7 @@
  * requests once the new peers have done so.
  *
  * @param cls closure (unused)
- * @param cls task context (unused)
+ * @param tc task context (unused)
  */
 static void
 churn_peers (void *cls, const struct GNUNET_SCHEDULER_TaskContext * tc)

Modified: gnunet/src/dht/gnunet-service-dht.c
===================================================================
--- gnunet/src/dht/gnunet-service-dht.c 2010-12-21 14:43:45 UTC (rev 13995)
+++ gnunet/src/dht/gnunet-service-dht.c 2010-12-21 14:59:21 UTC (rev 13996)
@@ -1829,8 +1829,7 @@
  *
  * @param peer the peer identity of the peer being added
  * @param bucket the bucket that we want this peer to go in
- * @param latency transport latency of this peer
- * @param distance transport distance to this peer
+ * @param atsi transport ATS information
  *
  * @return NULL if the peer was not added,
  *         pointer to PeerInfo for new peer otherwise
@@ -3176,6 +3175,7 @@
  *
  * @param target the key we are selecting a peer to route to
  * @param bloom a bloomfilter containing entries this request has seen already
+ * @param hops how many hops has this message traversed thus far
  *
  * @return Peer to route to, or NULL on error
  */
@@ -4600,6 +4600,11 @@
 
 /**
  * Core handler for p2p route requests.
+ *
+ * @param cls closure
+ * @param peer peer identity this notification is about
+ * @param atsi performance data
+ *
  */
 static int
 handle_dht_p2p_route_request (void *cls,
@@ -4698,6 +4703,11 @@
 
 /**
  * Core handler for p2p route results.
+ *
+ * @param cls closure
+ * @param peer peer identity this notification is about
+ * @param atsi performance data
+ *
  */
 static int
 handle_dht_p2p_route_result (void *cls,

Modified: gnunet/src/dv/gnunet-service-dv.c
===================================================================
--- gnunet/src/dv/gnunet-service-dv.c   2010-12-21 14:43:45 UTC (rev 13995)
+++ gnunet/src/dv/gnunet-service-dv.c   2010-12-21 14:59:21 UTC (rev 13996)
@@ -1347,8 +1347,7 @@
  * @param cls closure
  * @param peer peer which sent the message (immediate sender)
  * @param message the message
- * @param latency the latency of the connection we received the message from
- * @param distance the distance to the immediate peer
+ * @param atsi transport ATS information (latency, distance, etc.)
  */
 static int 
 handle_dv_data_message (void *cls,

Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c  2010-12-21 14:43:45 UTC (rev 13995)
+++ gnunet/src/testing/testing_group.c  2010-12-21 14:59:21 UTC (rev 13996)
@@ -2505,6 +2505,9 @@
  * of each peer in the peer group
  *
  * @param pg the peer group we are dealing with
+ * @param notify_callback callback to notify when finished
+ * @param notify_cls closure for notify callback
+ *
  * @return the number of connections that will be attempted
  */
 static int




reply via email to

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