From f133d388d1b94168023f48ec54bd7cf421296c7c Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 12 Apr 2011 13:50:03 +0000 Subject: [PATCH] --- src/transport/gnunet-service-transport.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 58eec5fe4..48dd55de1 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -985,8 +985,9 @@ struct ATS_info GNUNET_SCHEDULER_TaskIdentifier ats_task; struct ATS_result res; - +#if HAVE_LIBGLPK glp_prob *prob; +#endif }; @@ -5874,7 +5875,7 @@ return cont; } #endif -static void ats_solve_problem (unsigned int max_it, unsigned int max_dur, unsigned int c_peers, unsigned int c_mechs, struct ATS_result *res) +static void ats_solve_problem (unsigned int max_it, unsigned int max_dur, unsigned int c_peers, unsigned int c_mechs, struct ATS_result *res) { int result; int solution; -- 2.25.1