gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10980 - gnunet/src/hostlist


From: gnunet
Subject: [GNUnet-SVN] r10980 - gnunet/src/hostlist
Date: Mon, 19 Apr 2010 17:15:11 +0200

Author: wachs
Date: 2010-04-19 17:15:11 +0200 (Mon, 19 Apr 2010)
New Revision: 10980

Modified:
   gnunet/src/hostlist/hostlist-client.c
Log:


Modified: gnunet/src/hostlist/hostlist-client.c
===================================================================
--- gnunet/src/hostlist/hostlist-client.c       2010-04-19 15:12:35 UTC (rev 
10979)
+++ gnunet/src/hostlist/hostlist-client.c       2010-04-19 15:15:11 UTC (rev 
10980)
@@ -448,9 +448,8 @@
 
 /**
  * add val2 to val1 with overflow check
- * return = val1 + val2
- * @val1 value 1
- * @val2 value 2
+ * @param val1 value 1
+ * @param val2 value 2
  * @return result
  */
 static uint64_t checked_add (uint64_t val1, uint64_t val2)
@@ -470,9 +469,8 @@
 
 /**
  * Subtract val2 from val1 with underflow check
- * return = val1 - val2
- * @val1 value 1
- * @val2 value 2
+ * @param val1 value 1
+ * @param val2 value 2
  * @return result
  */
 static uint64_t checked_sub (uint64_t val1, uint64_t val2)
@@ -1014,8 +1012,10 @@
  * Method called whenever an advertisement message arrives.
  *
  * @param cls closure (always NULL)
- * @param client identification of the client
+ * @param peer the peer sending the message
  * @param message the actual message
+ * @param latency latency
+ * @param distance distance
  * @return GNUNET_OK to keep the connection open,
  *         GNUNET_SYSERR to close it (signal serious error)
  */





reply via email to

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