Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sanitize a bit the <foreach> handling (cosmetics, no bug fixed so far)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 14 Oct 2009 10:09:31 +0000 (10:09 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 14 Oct 2009 10:09:31 +0000 (10:09 +0000)
commit45e20894800af8da592dab3f80288af23add6512
treeed7605ba395d517aae0d88f588cc2be3dae4134f
parentd7a9e0e1a46d650c7eff825052183a333757e130
Sanitize a bit the <foreach> handling (cosmetics, no bug fixed so far)
Do all the work in the starting tag of <host> and <link> instead of
  saving values in starting tag and using them in closing tag.
This allows to:
 - have only one function in the interception mecanism and no global
   value
 - not have to intercept the closing tags and run directly the
   original functions

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6769 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/surf/surfxml_parse.c