Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Call surf_parse_models_setup() from the right level
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 4 Nov 2011 21:34:04 +0000 (22:34 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 4 Nov 2011 21:34:04 +0000 (22:34 +0100)
commitcd709fc1a07a53e8fa8c07d144c36483761e90a9
treed7847d059f06871aeda62cf4f557c0617f66cd20
parent02b7b97c6140acd91203e555f3ee999f7abf353c
Call surf_parse_models_setup() from the right level

This function is in charge of initializing the models after all
configs have been parsed. It used to be called in the XML parser
callback, it is now called from the platform creation API, which is
intended to be called either from the XML parser or from the lua
console, or directly from the user code.
src/surf/surf_routing.c
src/surf/surfxml_parse.c
src/surf/surfxml_parseplatf.c