gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26792 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r26792 - gnunet/src/ats
Date: Mon, 8 Apr 2013 09:19:53 +0200

Author: wachs
Date: 2013-04-08 09:19:52 +0200 (Mon, 08 Apr 2013)
New Revision: 26792

Modified:
   gnunet/src/ats/gnunet-service-ats_addresses_mlp.h
Log:
doxygen


Modified: gnunet/src/ats/gnunet-service-ats_addresses_mlp.h
===================================================================
--- gnunet/src/ats/gnunet-service-ats_addresses_mlp.h   2013-04-07 20:51:10 UTC 
(rev 26791)
+++ gnunet/src/ats/gnunet-service-ats_addresses_mlp.h   2013-04-08 07:19:52 UTC 
(rev 26792)
@@ -382,6 +382,9 @@
  * If the address did not exist before in the problem:
  * The MLP problem has to be recreated and the problem has to be resolved
  *
+ * ATS performance information in address are already updated, delta + previous
+ * values are included in atsi_prev (value GNUNET_ATS_VALUE_UNDEFINED if not 
existing before)
+ *
  * Otherwise the addresses' values can be updated and the existing base can
  * be reused
  *
@@ -390,8 +393,8 @@
  * @param address the update address
  * @param session the new session (if changed otherwise current)
  * @param in_use the new address in use state (if changed otherwise current)
- * @param atsi the latest ATS information
- * @param atsi_count the atsi count
+ * @param atsi_prev ATS information updated + previous values, 
GNUNET_ATS_VALUE_UNDEFINED if not existing before
+ * @param atsi_count_prev number of atsi values updated
  */
 void
 GAS_mlp_address_update (void *solver,
@@ -399,8 +402,8 @@
                         struct ATS_Address *address,
                         uint32_t session,
                         int in_use,
-                        const struct GNUNET_ATS_Information *atsi,
-                        uint32_t atsi_count);
+                        const struct GNUNET_ATS_Information *atsi_prev,
+                        uint32_t atsi_count_prev);
 
 
 /**




reply via email to

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