aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_mlp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/plugin_ats_mlp.c')
-rw-r--r--src/ats/plugin_ats_mlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/plugin_ats_mlp.c b/src/ats/plugin_ats_mlp.c
index 1c93915cf..1cbfbddfa 100644
--- a/src/ats/plugin_ats_mlp.c
+++ b/src/ats/plugin_ats_mlp.c
@@ -366,7 +366,7 @@ mlp_solve_to_string (int retcode)
366 * @param type the type to extract in HBO 366 * @param type the type to extract in HBO
367 * @return the value in HBO or GNUNET_ATS_VALUE_UNDEFINED in HBO if value does not exist 367 * @return the value in HBO or GNUNET_ATS_VALUE_UNDEFINED in HBO if value does not exist
368 */ 368 */
369static int 369static uint32_t
370get_performance_info (struct ATS_Address *address, uint32_t type) 370get_performance_info (struct ATS_Address *address, uint32_t type)
371{ 371{
372 int c1; 372 int c1;