From: Matthias Wachs Date: Thu, 16 Jun 2011 07:19:41 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18150 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4d2c6c417cd295905ae5140e477c76da48b30fe4;p=oweals%2Fgnunet.git fix --- diff --git a/src/transport/perf_transport_ats.c b/src/transport/perf_transport_ats.c index 10442d212..59e276d09 100644 --- a/src/transport/perf_transport_ats.c +++ b/src/transport/perf_transport_ats.c @@ -32,6 +32,7 @@ #define EXECS 5 +static int ret = 0; #if HAVE_LIBGLPK static int executions = EXECS; @@ -47,8 +48,6 @@ static glp_prob * prob; static struct GNUNET_TIME_Absolute start; static struct GNUNET_TIME_Absolute end; -static int ret = 0; - void solve_mlp(int presolve) { int result, solution;