Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stringify s4u::Engine
[simgrid.git] / src / surf / xml / platf.hpp
index 1e095b6..5306835 100644 (file)
@@ -12,7 +12,7 @@
 XBT_PUBLIC void sg_platf_init();
 XBT_PUBLIC void sg_platf_exit();
 
-XBT_PUBLIC void surf_parse_open(const char* file);
+XBT_PUBLIC void surf_parse_open(std::string file);
 XBT_PUBLIC void surf_parse_close();
 XBT_PUBLIC void surf_parse_assert(bool cond, std::string msg);
 XBT_ATTRIB_NORETURN XBT_PUBLIC void surf_parse_error(std::string msg);