]> AND Private Git Repository - loba.git/commit
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Define process::print_loads_p() to print loads by using neighp[]
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 17 Dec 2010 17:04:45 +0000 (18:04 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 17 Dec 2010 17:04:45 +0000 (18:04 +0100)
commit97a4b4dbf628a627e3c2d5689be89265f56074df
tree566c15dc66017efdea101919616351cb79f8a02c
parentffea735548f5d4940dae32d8071a2676f6716ad0
Define process::print_loads_p() to print loads by using neighp[]
instead of neigh[].

In order to achieve this cleanly, define neighbor::print().
The logging category is (by default) the default for the current
compilation unit.

I had to torture xbt/log to attain my goal...
15 files changed:
.gitignore
Makefile
communicator.cpp
cost_func.cpp
deployment.cpp
hostdata.cpp
loba_fairstrategy.cpp
loba_simple.cpp
main.cpp
misc.h
neighbor.cpp
neighbor.h
options.cpp
process.cpp
process.h