X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/07f196691f95ce17dcaecb68e984e93df3debb58..ab5814bd4ea6117ecf9ac2df328333e89eb45f5f:/src/kernel/xml/platf.hpp diff --git a/src/kernel/xml/platf.hpp b/src/kernel/xml/platf.hpp index 79374c1be9..9e3d355383 100644 --- a/src/kernel/xml/platf.hpp +++ b/src/kernel/xml/platf.hpp @@ -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