From: Arnaud Giersch Date: Fri, 17 Dec 2010 17:04:45 +0000 (+0100) Subject: Define process::print_loads_p() to print loads by using neighp[] X-Git-Tag: v0.1~220 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/97a4b4dbf628a627e3c2d5689be89265f56074df?ds=sidebyside;hp=97a4b4dbf628a627e3c2d5689be89265f56074df 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... ---