aboutsummaryrefslogtreecommitdiff
path: root/src/transport/perf_transport_ats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/perf_transport_ats.c')
-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;