X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4e68c6fc1ff039dd2cea2688981f4c19919874d4..5916afe8cc535a67f2dd5d233080c3f005ba5a51:/src/kernel/xml/platf.hpp diff --git a/src/kernel/xml/platf.hpp b/src/kernel/xml/platf.hpp index 5d07714fc8..9e3d355383 100644 --- a/src/kernel/xml/platf.hpp +++ b/src/kernel/xml/platf.hpp @@ -3,8 +3,8 @@ /* 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. */ -#ifndef SURF_SURFXML_PARSE_HPP -#define SURF_SURFXML_PARSE_HPP +#ifndef SIMGRID_KERNEL_XML_PARSE_HPP +#define SIMGRID_KERNEL_XML_PARSE_HPP #include #include @@ -23,7 +23,7 @@ XBT_PUBLIC void simgrid_parse_assert_netpoint(const std::string& hostname, const XBT_PUBLIC double simgrid_parse_get_double(const std::string& s); XBT_PUBLIC int simgrid_parse_get_int(const std::string& s); -XBT_PUBLIC void simgrid_parse(); /* Entry-point to the parser */ +XBT_PUBLIC void simgrid_parse(bool fire_on_platform_created_callback); /* Entry-point to the parser */ XBT_PUBLIC void parse_platform_file(const std::string& file); #endif