From: alegrand Date: Thu, 2 Dec 2010 22:23:41 +0000 (+0000) Subject: Update to take the new DTD modifications into account. X-Git-Tag: v3.6_beta2~979 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3ce38dad85ad42340051ca3cb30e85fab87dcde9 Update to take the new DTD modifications into account. Theses changes are mendatory as when bypassing the parser, default initialization is not bypassed too. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8938 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/masterslave/masterslave_bypass.c b/examples/msg/masterslave/masterslave_bypass.c index d69052d84d..af49c30c96 100644 --- a/examples/msg/masterslave/masterslave_bypass.c +++ b/examples/msg/masterslave/masterslave_bypass.c @@ -36,6 +36,7 @@ static int surf_parse_bypass_platform(void) SURFXML_BUFFER_SET(host_power, "100000000.00"); SURFXML_BUFFER_SET(host_availability, "1.0"); SURFXML_BUFFER_SET(host_availability_file, ""); + SURFXML_BUFFER_SET(host_core, "1"); A_surfxml_host_state = A_surfxml_host_state_ON; SURFXML_BUFFER_SET(host_state_file, ""); SURFXML_START_TAG(host); @@ -46,6 +47,7 @@ static int surf_parse_bypass_platform(void) SURFXML_BUFFER_SET(host_power, "100000000.00"); SURFXML_BUFFER_SET(host_availability, "1.0"); SURFXML_BUFFER_SET(host_availability_file, ""); + SURFXML_BUFFER_SET(host_core, "1"); A_surfxml_host_state = A_surfxml_host_state_ON; SURFXML_BUFFER_SET(host_state_file, ""); SURFXML_START_TAG(host);