aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-06-16 07:19:41 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-06-16 07:19:41 +0000
commit4d2c6c417cd295905ae5140e477c76da48b30fe4 (patch)
tree0c2e605d68f5504c477ba84b4e1c850451c2647c /src/transport
parentdab011be0a5a313eddc9180598fffb2fabda3669 (diff)
downloadgnunet-4d2c6c417cd295905ae5140e477c76da48b30fe4.tar.gz
gnunet-4d2c6c417cd295905ae5140e477c76da48b30fe4.zip
fix
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/perf_transport_ats.c3
1 files changed, 1 insertions, 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 @@
32 32
33#define EXECS 5 33#define EXECS 5
34 34
35static int ret = 0;
35 36
36#if HAVE_LIBGLPK 37#if HAVE_LIBGLPK
37static int executions = EXECS; 38static int executions = EXECS;
@@ -47,8 +48,6 @@ static glp_prob * prob;
47static struct GNUNET_TIME_Absolute start; 48static struct GNUNET_TIME_Absolute start;
48static struct GNUNET_TIME_Absolute end; 49static struct GNUNET_TIME_Absolute end;
49 50
50static int ret = 0;
51
52void solve_mlp(int presolve) 51void solve_mlp(int presolve)
53{ 52{
54 int result, solution; 53 int result, solution;