Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
nah, properties in the XML file are not the right place to pass configuration options
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 14 Nov 2011 16:01:02 +0000 (17:01 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 14 Nov 2011 20:20:19 +0000 (21:20 +0100)
commitbf9d5bacbde74aff8aa5588e679da6731d313371
tree6c368a5a6040ed832fd1263cbbdb8c8f0ee96bb0
parentc17b268da67642e0f3eba211a44f66473fea9bbe
nah, properties in the XML file are not the right place to pass configuration options

Actually, the properties are the right location, but only when
included in a config tag. And in this setting, the right behavior is
already done by the </config> handler, no need to also do it for the
generic <prop> handler. Doing so anyway would prevent to pass
"coordinates" (user-)properties to hosts, links and such.
examples/msg/masterslave/masterslave_vivaldi.tesh
src/surf/surfxml_parse.c