projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab011b
)
fix
author
Matthias Wachs
<wachs@net.in.tum.de>
Thu, 16 Jun 2011 07:19:41 +0000
(07:19 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Thu, 16 Jun 2011 07:19:41 +0000
(07:19 +0000)
src/transport/perf_transport_ats.c
patch
|
blob
|
history
diff --git
a/src/transport/perf_transport_ats.c
b/src/transport/perf_transport_ats.c
index 10442d2125c5647aabe9c1a3a46407f26be167c7..59e276d0937a48e4180a353004f4694773132ce6 100644
(file)
--- 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;