aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_mlp.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-08 13:58:57 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-08 13:58:57 +0000
commit9013f22480d11d988a53daebfeeb4ea0d0b082cd (patch)
treef15a1e1c6b99d635178a50cc9463b109f9393db1 /src/ats/plugin_ats_mlp.c
parent96c662b7ea85239834a35aa8d132bc4ee42afffd (diff)
downloadgnunet-9013f22480d11d988a53daebfeeb4ea0d0b082cd.tar.gz
gnunet-9013f22480d11d988a53daebfeeb4ea0d0b082cd.zip
fixing network generation issue with mlp evalution tool
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;