A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bugfix revealed by making maxmin_system private...
[simgrid.git]
/
src
/
surf
/
network.c
diff --git
a/src/surf/network.c
b/src/surf/network.c
index
1956c71
..
ca825ae
100644
(file)
--- a/
src/surf/network.c
+++ b/
src/surf/network.c
@@
-490,7
+490,7
@@
static surf_action_t communicate(void *src, void *dst, double size,
lmm_update_variable_bound(network_maxmin_system, action->variable,
action->rate);
}
lmm_update_variable_bound(network_maxmin_system, action->variable,
action->rate);
}
- lmm_update_variable_latency(maxmin_system, action->variable,
+ lmm_update_variable_latency(
network_
maxmin_system, action->variable,
action->latency);
for (i = 0; i < route_size; i++)
action->latency);
for (i = 0; i < route_size; i++)