X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ead1218a18a4c91ec40c0021274be310c4220791..9efe9810f0b576bfafa3ad30f4cd0d298b612258:/examples/msg/msg_test_surfxml_bypassed.c diff --git a/examples/msg/msg_test_surfxml_bypassed.c b/examples/msg/msg_test_surfxml_bypassed.c index 41a00e2648..e5572d59a9 100644 --- a/examples/msg/msg_test_surfxml_bypassed.c +++ b/examples/msg/msg_test_surfxml_bypassed.c @@ -5,6 +5,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +#include #include "msg/msg.h" /* Yeah! If you want to use msg, you need to include msg/msg.h */ #include "surf/surfxml_parse.h" /* to override surf_parse */ #include "surf/surfxml.h" /* to hijack surf_parse_lex */ @@ -17,7 +18,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test,"Messages specific for this msg example"); static int surf_parse_bypass(void) { /* */ - A_surfxml_platform_description_version = "1.1"; + A_surfxml_platform_description_version = "1"; STag_surfxml_platform_description(); @@ -107,13 +108,13 @@ static int surf_parse_bypass(void) STag_surfxml_argument(); ETag_surfxml_argument(); -/* */ - A_surfxml_argument_value = "50000000000"; +/* */ + A_surfxml_argument_value = "5000000"; STag_surfxml_argument(); ETag_surfxml_argument(); -/* */ - A_surfxml_argument_value = "10000000"; +/* */ + A_surfxml_argument_value = "100000"; STag_surfxml_argument(); ETag_surfxml_argument();