gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31016 - in gnunet/src: ats dv


From: gnunet
Subject: [GNUnet-SVN] r31016 - in gnunet/src: ats dv
Date: Tue, 3 Dec 2013 15:53:25 +0100

Author: wachs
Date: 2013-12-03 15:53:25 +0100 (Tue, 03 Dec 2013)
New Revision: 31016

Modified:
   gnunet/src/ats/gnunet-service-ats_normalization.c
   gnunet/src/ats/gnunet-service-ats_normalization.h
   gnunet/src/dv/gnunet-service-dv.c
   gnunet/src/dv/plugin_transport_dv.c
Log:
doxygen


Modified: gnunet/src/ats/gnunet-service-ats_normalization.c
===================================================================
--- gnunet/src/ats/gnunet-service-ats_normalization.c   2013-12-03 14:42:32 UTC 
(rev 31015)
+++ gnunet/src/ats/gnunet-service-ats_normalization.c   2013-12-03 14:53:25 UTC 
(rev 31016)
@@ -516,8 +516,9 @@
 /**
  * Get the normalized preference values for a specific client and peer
  *
- * @param id the peer
- * @param the peer
+ * @param client client
+ * @param peer the peer
+ * @param pref the preference type
  * @return the value
  */
 const double

Modified: gnunet/src/ats/gnunet-service-ats_normalization.h
===================================================================
--- gnunet/src/ats/gnunet-service-ats_normalization.h   2013-12-03 14:42:32 UTC 
(rev 31015)
+++ gnunet/src/ats/gnunet-service-ats_normalization.h   2013-12-03 14:53:25 UTC 
(rev 31016)
@@ -73,8 +73,9 @@
 /**
  * Get the normalized preference values for a specific client and peer
  *
- * @param id the peer
- * @param the peer
+ * @param client client
+ * @param peer the peer
+ * @param pref the preference type
  * @return the value
  */
 const double

Modified: gnunet/src/dv/gnunet-service-dv.c
===================================================================
--- gnunet/src/dv/gnunet-service-dv.c   2013-12-03 14:42:32 UTC (rev 31015)
+++ gnunet/src/dv/gnunet-service-dv.c   2013-12-03 14:53:25 UTC (rev 31016)
@@ -527,7 +527,7 @@
  *
  * @param target peer that connected
  * @param distance distance to the target
- * @param the network the peer is in
+ * @param network the network the next hop is located in
  */
 static void
 send_connect_to_plugin (const struct GNUNET_PeerIdentity *target,

Modified: gnunet/src/dv/plugin_transport_dv.c
===================================================================
--- gnunet/src/dv/plugin_transport_dv.c 2013-12-03 14:42:32 UTC (rev 31015)
+++ gnunet/src/dv/plugin_transport_dv.c 2013-12-03 14:53:25 UTC (rev 31016)
@@ -280,6 +280,7 @@
  * @param cls closure with 'struct Plugin'
  * @param peer newly connected peer
  * @param distance distance to the peer
+ * @param network the network the next hop is located in
  */
 static void
 handle_dv_connect (void *cls,




reply via email to

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