From 4d2c6c417cd295905ae5140e477c76da48b30fe4 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 16 Jun 2011 07:19:41 +0000 Subject: fix --- src/transport/perf_transport_ats.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- cgit v1.2.3