aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ats/gnunet-service-ats_addresses_mlp.c1
-rw-r--r--src/ats/gnunet-service-ats_addresses_mlp.h1
-rw-r--r--src/ats/perf_ats_mlp.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/ats/gnunet-service-ats_addresses_mlp.c b/src/ats/gnunet-service-ats_addresses_mlp.c
index 512d5fb39..0648f24ae 100644
--- a/src/ats/gnunet-service-ats_addresses_mlp.c
+++ b/src/ats/gnunet-service-ats_addresses_mlp.c
@@ -999,6 +999,7 @@ mlp_scheduler (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
999 * Solves the MLP problem 999 * Solves the MLP problem
1000 * 1000 *
1001 * @param mlp the MLP Handle 1001 * @param mlp the MLP Handle
1002 * @param ctx solution context
1002 * @return GNUNET_OK if could be solved, GNUNET_SYSERR on failure 1003 * @return GNUNET_OK if could be solved, GNUNET_SYSERR on failure
1003 */ 1004 */
1004int 1005int
diff --git a/src/ats/gnunet-service-ats_addresses_mlp.h b/src/ats/gnunet-service-ats_addresses_mlp.h
index 24be54e8f..d37eea752 100644
--- a/src/ats/gnunet-service-ats_addresses_mlp.h
+++ b/src/ats/gnunet-service-ats_addresses_mlp.h
@@ -331,6 +331,7 @@ GAS_mlp_init (const struct GNUNET_CONFIGURATION_Handle *cfg,
331 * Solves the MLP problem on demand 331 * Solves the MLP problem on demand
332 * 332 *
333 * @param mlp the MLP Handle 333 * @param mlp the MLP Handle
334 * @param ctx solution context
334 * @return GNUNET_OK if could be solved, GNUNET_SYSERR on failure 335 * @return GNUNET_OK if could be solved, GNUNET_SYSERR on failure
335 */ 336 */
336int 337int
diff --git a/src/ats/perf_ats_mlp.c b/src/ats/perf_ats_mlp.c
index 1edf5a214..914534db0 100644
--- a/src/ats/perf_ats_mlp.c
+++ b/src/ats/perf_ats_mlp.c
@@ -170,6 +170,7 @@ update_addresses (struct ATS_Address * a, unsigned int addrs, unsigned int perce
170 170
171 a[cur].ats[u_type].value = u_val; 171 a[cur].ats[u_type].value = u_val;
172 updated[cur] = 1; 172 updated[cur] = 1;
173 GAS_mlp_address_update(mlp, amap, &a[cur]);
173 updates++; 174 updates++;
174 } 175 }
175 } 176 }