From: Martin Quinson Date: Fri, 4 Nov 2011 20:33:29 +0000 (+0100) Subject: Clean callbacks for the host parsing. X-Git-Tag: exp_20120216~485 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/70388188c97f56fbe2b645c9b00dcb05d0b86509?hp=70388188c97f56fbe2b645c9b00dcb05d0b86509 Clean callbacks for the host parsing. - do not rely on global field, but pass the parameter to the callbacks - do not show the dynar containing the callbacks to the public, but provide a specific function to add a callback not needing to see the dynar This breaks some tests, but I need to split my changes to see when I improve the situation, and revert stuff when I degrade the situation. I start to fix the tests right away. ---