X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2604d800f6a2354637dc78255822c41e7d8a45b5..0adbb90374b4ca8d4f0aa463f3fa0e9a55e98f21:/src/surf/xml/platf_private.hpp diff --git a/src/surf/xml/platf_private.hpp b/src/surf/xml/platf_private.hpp index 0ab1fa261e..e321afc296 100644 --- a/src/surf/xml/platf_private.hpp +++ b/src/surf/xml/platf_private.hpp @@ -39,7 +39,7 @@ struct HostCreationArgs { int core_amount = 0; profile::Profile* speed_trace = nullptr; profile::Profile* state_trace = nullptr; - const char* coord = nullptr; + std::string coord = ""; std::unordered_map* properties = nullptr; };