- doxygen
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 24 Apr 2012 09:44:23 +0000 (09:44 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 24 Apr 2012 09:44:23 +0000 (09:44 +0000)
src/ats/gnunet-service-ats_addresses_mlp.c
src/ats/gnunet-service-ats_addresses_mlp.h
src/ats/perf_ats_mlp.c

index 512d5fb3959d9a7e9ff26ed64b0598d9496683fc..0648f24ae744b4365240e0c8b1bba645f789bb29 100644 (file)
@@ -999,6 +999,7 @@ mlp_scheduler (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
  * Solves the MLP problem
  *
  * @param mlp the MLP Handle
+ * @param ctx solution context
  * @return GNUNET_OK if could be solved, GNUNET_SYSERR on failure
  */
 int
index 24be54e8f1a709262bcc40c804bc85d9557a3c90..d37eea75298ea99c8c4dd286eec9160b84dd6dbd 100644 (file)
@@ -331,6 +331,7 @@ GAS_mlp_init (const struct GNUNET_CONFIGURATION_Handle *cfg,
  * Solves the MLP problem on demand
  *
  * @param mlp the MLP Handle
+ * @param ctx solution context
  * @return GNUNET_OK if could be solved, GNUNET_SYSERR on failure
  */
 int
index 1edf5a21433400fba1ee6c98541e9500858e17f9..914534db0dfc3c131d3193b22e26a6223b38e166 100644 (file)
@@ -170,6 +170,7 @@ update_addresses (struct ATS_Address * a, unsigned int addrs, unsigned int perce
 
       a[cur].ats[u_type].value = u_val;
       updated[cur] = 1;
+      GAS_mlp_address_update(mlp, amap, &a[cur]);
       updates++;
     }
   }