From: Matthias Wachs Date: Tue, 12 Apr 2011 13:50:03 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~18706 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f133d388d1b94168023f48ec54bd7cf421296c7c;p=oweals%2Fgnunet.git --- 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;