Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the SURF model initialization from routing_parse to sg_platf
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 10 Nov 2011 14:33:54 +0000 (15:33 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 10 Nov 2011 15:08:45 +0000 (16:08 +0100)
commite3066010f058830fd24ca6e1aae70909aea749ca
tree5f30b04a0ea286858940f43b6f2bb266cc9a1842
parenta3e1930727ccd7e298b558833c4fbc74c43ebcad
Move the SURF model initialization from routing_parse to sg_platf

It's cleaner when the router is just another bunch of callbacks, with
no central point. But it's a bit harder because the sg_platf callbacks
are also used during the parsing of deploy.xml
include/surf/surfxml_parse.h
src/include/simgrid/platf_interface.h
src/include/surf/surfxml_parse_private.h
src/surf/sg_platf.c
src/surf/surf_routing.c