fix
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 16 Jun 2011 07:19:41 +0000 (07:19 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 16 Jun 2011 07:19:41 +0000 (07:19 +0000)
src/transport/perf_transport_ats.c

index 10442d2125c5647aabe9c1a3a46407f26be167c7..59e276d0937a48e4180a353004f4694773132ce6 100644 (file)
@@ -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;