X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1c277fea0aed2cefb8ab1f53d911b565fafe4b3e..9b19bc13f5cc1f7101b927003e2de4e347619a99:/examples/msg/masterslave/masterslave_bypass.c diff --git a/examples/msg/masterslave/masterslave_bypass.c b/examples/msg/masterslave/masterslave_bypass.c index 672d6d81ba..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); @@ -66,7 +68,7 @@ static int surf_parse_bypass_platform(void) DEBUG0(""); SURFXML_BUFFER_SET(route_src, "host A"); SURFXML_BUFFER_SET(route_dst, "host B"); - A_surfxml_route_symetrical = A_surfxml_route_symetrical_YES; + A_surfxml_route_symmetrical = A_surfxml_route_symmetrical_YES; SURFXML_START_TAG(route); DEBUG0(" "); SURFXML_BUFFER_SET(link_ctn_id, "LinkA");